mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user