SHA256
1
0
forked from pool/llvm
Files
llvm/lldb-underlink.patch
Ismail Dönmez e82beb38ed - Update to version 3.6.0
* 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
2015-03-02 10:18:08 +00:00

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)