Fix the undefined symbol issue with go linking with autotools: build the LanguageRuntime for Go + link against it

llvm-svn: 249681
This commit is contained in:
Sylvestre Ledru 2015-10-08 11:17:01 +00:00
parent f7e2967293
commit 148d7e2976
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ USEDLIBS = lldbAPI.a \
lldbPluginRenderScriptRuntime.a \
lldbPluginMemoryHistoryASan.a \
lldbPluginCPlusPlusLanguage.a \
lldbPluginLanguageRuntimeGo.a \
lldbPluginObjCLanguage.a \
lldbPluginObjCPlusPlusLanguage.a \
lldbPluginObjectContainerBSDArchive.a \

View File

@ -23,6 +23,7 @@ PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-i386 A
UnwindAssembly/InstEmulation UnwindAssembly/x86 \
LanguageRuntime/CPlusPlus/ItaniumABI \
LanguageRuntime/ObjC/AppleObjCRuntime \
LanguageRuntime/Go/ \
LanguageRuntime/RenderScript/RenderScriptRuntime \
Language/CPlusPlus \
Language/ObjC \