forked from OSchip/llvm-project
parent
9c550ac4e7
commit
b9fe0dd781
|
@ -42,6 +42,7 @@ USEDLIBS = lldbAPI.a \
|
|||
lldbPluginLanguageRuntimeObjCAppleObjCRuntime.a \
|
||||
lldbPluginObjectContainerBSDArchive.a \
|
||||
lldbPluginObjectFileELF.a \
|
||||
lldbPluginObjectFileJIT.a \
|
||||
lldbPluginSymbolVendorELF.a \
|
||||
lldbPluginObjectFilePECOFF.a \
|
||||
lldbPluginOperatingSystemPython.a \
|
||||
|
|
|
@ -52,6 +52,7 @@ set( LLDB_USED_LIBS
|
|||
|
||||
lldbPluginObjectFileMachO
|
||||
lldbPluginObjectFileELF
|
||||
lldbPluginObjectFileJIT
|
||||
lldbPluginSymbolVendorELF
|
||||
lldbPluginObjectContainerBSDArchive
|
||||
lldbPluginObjectContainerMachOArchive
|
||||
|
|
Loading…
Reference in New Issue