mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-30 06:23:06 +00:00
Missing library caused an undef link
This commit is contained in:
parent
825600b647
commit
6ead522991
13
debian/patches/lldb-undef.diff
vendored
Normal file
13
debian/patches/lldb-undef.diff
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: llvm-toolchain-snapshot_3.7~svn234307/lldb/tools/lldb-server/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn234307.orig/lldb/tools/lldb-server/Makefile
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn234307/lldb/tools/lldb-server/Makefile
|
||||||
|
@@ -12,6 +12,8 @@ TOOLNAME = lldb-server
|
||||||
|
|
||||||
|
LLVMLibsOptions += -llldb -llldbUtility
|
||||||
|
|
||||||
|
+USEDLIBS := LLVMSupport.a
|
||||||
|
+
|
||||||
|
include $(LLDB_LEVEL)/Makefile
|
||||||
|
|
||||||
|
ifeq ($(HOST_OS),Darwin)
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -38,3 +38,4 @@ strip-svn.diff
|
|||||||
lit-lang.diff
|
lit-lang.diff
|
||||||
compiler-rt-i586.diff
|
compiler-rt-i586.diff
|
||||||
clang-analyzer-force-version.diff
|
clang-analyzer-force-version.diff
|
||||||
|
lldb-undef.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user