This revision was automatically updated to reflect the committed changes.
Closed by commit rL247383: Link liblldb.so with LLVMObjCARCOpts.a (authored by 
brucem).

Changed prior to commit:
  http://reviews.llvm.org/D12749?vs=34400&id=34527#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12749

Files:
  lldb/trunk/lib/Makefile

Index: lldb/trunk/lib/Makefile
===================================================================
--- lldb/trunk/lib/Makefile
+++ lldb/trunk/lib/Makefile
@@ -95,6 +95,7 @@
        clangSerialization.a \
        LLVMMCDisassembler.a \
        LLVMProfileData.a \
+       LLVMObjCARCOpts.a \
        lldbPluginPlatformMacOSX.a \
        lldbPluginPlatformLinux.a \
        lldbPluginPlatformWindows.a \


Index: lldb/trunk/lib/Makefile
===================================================================
--- lldb/trunk/lib/Makefile
+++ lldb/trunk/lib/Makefile
@@ -95,6 +95,7 @@
 	clangSerialization.a \
 	LLVMMCDisassembler.a \
 	LLVMProfileData.a \
+	LLVMObjCARCOpts.a \
 	lldbPluginPlatformMacOSX.a \
 	lldbPluginPlatformLinux.a \
 	lldbPluginPlatformWindows.a \
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to