146b9be453
* 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
13 lines
344 B
Diff
13 lines
344 B
Diff
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)
|