diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2015-11-08 22:30:34 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2015-11-08 22:30:34 +0000 |
| commit | da07885dcc2fb9896069f6807545f5c8f6631843 (patch) | |
| tree | 0fbca2f1c68269d69a6cec25c173b9c71e0a9ae6 /lldb | |
| parent | 30e4515a5fdbf2b553d665947fa2ac7f879a4617 (diff) | |
| download | bcm5719-llvm-da07885dcc2fb9896069f6807545f5c8f6631843.tar.gz bcm5719-llvm-da07885dcc2fb9896069f6807545f5c8f6631843.zip | |
autotools: Also link the new go libraries
llvm-svn: 252429
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/lib/Makefile | 2 | ||||
| -rw-r--r-- | lldb/source/Plugins/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index 3aa4def1025..c05a117fbdf 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -51,6 +51,7 @@ USEDLIBS = lldbAPI.a \ lldbPluginDynamicLoaderMacOSXDYLD.a \ lldbPluginDynamicLoaderWindowsDYLD.a \ lldbPluginExpressionParserClang.a \ + lldbPluginExpressionParserGo.a \ lldbPluginInstructionARM.a \ lldbPluginInstructionARM64.a \ lldbPluginInstructionMIPS.a \ @@ -64,6 +65,7 @@ USEDLIBS = lldbAPI.a \ lldbPluginLanguageRuntimeGo.a \ lldbPluginObjCLanguage.a \ lldbPluginObjCPlusPlusLanguage.a \ + lldbPluginGoLanguage.a \ lldbPluginObjectContainerBSDArchive.a \ lldbPluginObjectContainerMachOArchive.a \ lldbPluginObjectFileELF.a \ diff --git a/lldb/source/Plugins/Makefile b/lldb/source/Plugins/Makefile index a723d27d0a4..931f459a26b 100644 --- a/lldb/source/Plugins/Makefile +++ b/lldb/source/Plugins/Makefile @@ -35,6 +35,7 @@ PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-i386 A DynamicLoader/Windows-DYLD \ JITLoader/GDB \ ExpressionParser/Clang \ + ExpressionParser/Go \ OperatingSystem/Go \ OperatingSystem/Python \ SystemRuntime/MacOSX \ |

