[lldb-dev] [PATCH] proposed fix for Makefile linkage issue with LLVMObjCARCOpts

Todd Fiala tfiala at google.com
Wed Dec 11 11:20:27 PST 2013


Hi all,

For this build breakage:
http://llvm.org/bugs/show_bug.cgi?id=18214

I have attached the patch, which fixes the build on Ubuntu 12.04 x86_64
Makefile-based builds.

If this looks good, could I request a committer to apply this?

Thanks!

Sincerely,
Todd Fiala
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131211/106593c9/attachment.html>
-------------- next part --------------
commit 28e5e1a948cc9ff6a05492071f88bac61bdd027a
Author: Todd Fiala <tfiala at google.com>
Date:   Wed Dec 11 11:09:49 2013 -0800

    Fix for http://llvm.org/bugs/show_bug.cgi?id=18214
    
    Adds LLVMObjCARCOpts.a to Makefile linkage for liblldb.
    
    * lib/Makefile:

diff --git a/lib/Makefile b/lib/Makefile
index cdacb82..2177078 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -67,6 +67,7 @@ USEDLIBS = lldbAPI.a \
 	clangSema.a \
 	clangSerialization.a \
 	LLVMMCDisassembler.a \
+	LLVMObjCARCOpts.a \
 	lldbPluginPlatformMacOSX.a \
 	lldbPluginPlatformLinux.a \
 	lldbPluginPlatformWindows.a \


More information about the lldb-dev mailing list