forked from OSchip/llvm-project
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:
parent
f7e2967293
commit
148d7e2976
|
@ -61,6 +61,7 @@ USEDLIBS = lldbAPI.a \
|
|||
lldbPluginRenderScriptRuntime.a \
|
||||
lldbPluginMemoryHistoryASan.a \
|
||||
lldbPluginCPlusPlusLanguage.a \
|
||||
lldbPluginLanguageRuntimeGo.a \
|
||||
lldbPluginObjCLanguage.a \
|
||||
lldbPluginObjCPlusPlusLanguage.a \
|
||||
lldbPluginObjectContainerBSDArchive.a \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue