* No changelog upstream - Remove lldb-underlink.patch, fixed upstream - Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=400
13 lines
344 B
Diff
13 lines
344 B
Diff
Index: lldb-3.6.0.src/source/CMakeLists.txt
|
|
===================================================================
|
|
--- lldb-3.6.0.src.orig/source/CMakeLists.txt
|
|
+++ lldb-3.6.0.src/source/CMakeLists.txt
|
|
@@ -161,6 +161,7 @@ set( CLANG_USED_LIBS
|
|
clangRewriteFrontend
|
|
clangSema
|
|
clangSerialization
|
|
+ LLVMSupport
|
|
)
|
|
|
|
set(LLDB_SYSTEM_LIBS)
|