commit | 59d4cb8b8d5e1c53270cc997bf5914f4c0addc9c | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Thu May 19 17:34:58 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Thu May 19 17:34:58 2011 +0000 |
tree | 48b9d66d464b804f70d12a105a2ec64bb616d524 | |
parent | 564a7573eb1c8694b9955ec5b47b1d0577b3b78e [diff] [blame] |
Add UnwindAssembly plugins to makefile build git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@131650 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Makefile b/lib/Makefile index 29025a7..bf49958 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -39,6 +39,8 @@ lldbPluginProcessGDBRemote.a \ lldbPluginSymbolFileDWARF.a \ lldbPluginSymbolFileSymtab.a \ + lldbPluginUnwindAssemblyInstEmulation.a \ + lldbPluginUnwindAssemblyx86.a \ lldbPluginUtility.a \ lldbSymbol.a \ lldbTarget.a \