diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2013-12-11 21:55:00 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-12-11 21:55:00 +0000 |
| commit | 7746736ece01cf363112c8583975ac9397ee5826 (patch) | |
| tree | bf4b8ee1deb6c764416839def9fb779685ffb91c | |
| parent | 859fbf492c27d2e2b5373f06e115d36e3f573c4f (diff) | |
| download | bcm5719-llvm-7746736ece01cf363112c8583975ac9397ee5826.tar.gz bcm5719-llvm-7746736ece01cf363112c8583975ac9397ee5826.zip | |
Bug #18214 - Adds LLVMObjCARCOpts.a to Makefile linkage for liblldb.
Patch by Todd Fiala
llvm-svn: 197078
| -rw-r--r-- | lldb/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index cdacb82ee5a..217707834b0 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -67,6 +67,7 @@ USEDLIBS = lldbAPI.a \ clangSema.a \ clangSerialization.a \ LLVMMCDisassembler.a \ + LLVMObjCARCOpts.a \ lldbPluginPlatformMacOSX.a \ lldbPluginPlatformLinux.a \ lldbPluginPlatformWindows.a \ |

