[Lldb-commits] [PATCH] Don't link ObjCARCOpts twice. Fixes PR22543
Keno Fischer
kfischer at college.harvard.edu
Thu Jun 11 13:48:14 PDT 2015
While I'm at it, fix a related problem in lldb-server.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D10399
Files:
lib/Makefile
tools/lldb-server/Makefile
Index: lib/Makefile
===================================================================
--- lib/Makefile
+++ lib/Makefile
@@ -85,7 +85,6 @@
clangSema.a \
clangSerialization.a \
LLVMMCDisassembler.a \
- LLVMObjCARCOpts.a \
LLVMProfileData.a \
lldbPluginPlatformMacOSX.a \
lldbPluginPlatformLinux.a \
Index: tools/lldb-server/Makefile
===================================================================
--- tools/lldb-server/Makefile
+++ tools/lldb-server/Makefile
@@ -12,7 +12,7 @@
LLVMLibsOptions += -llldb -llldbUtility
-USEDLIBS := LLVMSupport.a
+LINK_COMPONENTS := support
include $(LLDB_LEVEL)/Makefile
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10399.27541.patch
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150611/62c5f6fe/attachment.bin>
More information about the lldb-commits
mailing list