SHA256
1
0
forked from pool/llvm

- Update to version 3.5.0

* No changelog upstream
- Add lldb-underlink.patch to link to LLVMSupport

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=371
This commit is contained in:
Ismail Dönmez
2014-09-06 15:07:58 +00:00
committed by Git OBS Bridge
parent 273054bcaf
commit 146b9be453
4 changed files with 54 additions and 17 deletions

12
lldb-underlink.patch Normal file
View File

@@ -0,0 +1,12 @@
Index: lldb-3.5.0.src/source/CMakeLists.txt
===================================================================
--- lldb-3.5.0.src.orig/source/CMakeLists.txt
+++ lldb-3.5.0.src/source/CMakeLists.txt
@@ -161,6 +161,7 @@ set( CLANG_USED_LIBS
clangRewriteFrontend
clangSema
clangSerialization
+ LLVMSupport
)
set(LLDB_SYSTEM_LIBS)