commit | b7f5945a93644d062f3c986e01199db5da14993a | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Thu May 19 18:32:34 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Thu May 19 18:32:34 2011 +0000 |
tree | d78c346f5fe54f5aa21352ed3dfe7b9f3df5b3f3 | |
parent | 265ab33ae56209d2bfdc47510a557aa075b2a829 [diff] [blame] |
Build and initialise the Darwin ABI plugins on all platforms git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@131661 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Makefile b/lib/Makefile index 4dd7266..66efb32 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -28,6 +28,7 @@ lldbHostCommon.a \ lldbInitAndLog.a \ lldbInterpreter.a \ + lldbPluginABIMacOSX_arm.a \ lldbPluginABIMacOSX_i386.a \ lldbPluginABISysV_x86_64.a \ lldbPluginDisassemblerLLVM.a \