[Lldb-commits] [PATCH] D12749: Link liblldb.so with LLVMObjCARCOpts.a

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 10 20:53:34 PDT 2015


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 \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12749.34527.patch
Type: text/x-patch
Size: 360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150911/e9819ee2/attachment.bin>


More information about the lldb-commits mailing list