diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2011-05-19 18:32:34 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-05-19 18:32:34 +0000 |
commit | 1b27dac25336bf99098f6e4159c266ea8628a2b6 (patch) | |
tree | 1330586cfa85c259c447389b2f9ab14e4864f271 /lldb/lib | |
parent | 05fd5aa1d0d2ca5fa4b6d2b8edd164ab1a6e333c (diff) | |
download | bcm5719-llvm-1b27dac25336bf99098f6e4159c266ea8628a2b6.tar.gz bcm5719-llvm-1b27dac25336bf99098f6e4159c266ea8628a2b6.zip |
Build and initialise the Darwin ABI plugins on all platforms
llvm-svn: 131661
Diffstat (limited to 'lldb/lib')
-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 4dd7266cebb..66efb32033c 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -28,6 +28,7 @@ USEDLIBS = lldbAPI.a \ lldbHostCommon.a \ lldbInitAndLog.a \ lldbInterpreter.a \ + lldbPluginABIMacOSX_arm.a \ lldbPluginABIMacOSX_i386.a \ lldbPluginABISysV_x86_64.a \ lldbPluginDisassemblerLLVM.a \ |