[Lldb-commits] [PATCH] Don't link ObjCARCOpts twice. Fixes PR22543
Keno Fischer
kfischer at college.harvard.edu
Thu Jun 11 12:49:42 PDT 2015
Hi sylvestre.ledru,
ObjCARCOpts is already included by ClangCodeGen. Linking it again causes the error in PR22543.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D10399
Files:
lib/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 \
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10399.27537.patch
Type: text/x-patch
Size: 353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150611/97354abf/attachment.bin>
More information about the lldb-commits
mailing list