Add ObjectFileJIT library

llvm-svn: 204698
This commit is contained in:
Ed Maste 2014-03-25 02:03:28 +00:00
parent 9c550ac4e7
commit b9fe0dd781
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ USEDLIBS = lldbAPI.a \
lldbPluginLanguageRuntimeObjCAppleObjCRuntime.a \ lldbPluginLanguageRuntimeObjCAppleObjCRuntime.a \
lldbPluginObjectContainerBSDArchive.a \ lldbPluginObjectContainerBSDArchive.a \
lldbPluginObjectFileELF.a \ lldbPluginObjectFileELF.a \
lldbPluginObjectFileJIT.a \
lldbPluginSymbolVendorELF.a \ lldbPluginSymbolVendorELF.a \
lldbPluginObjectFilePECOFF.a \ lldbPluginObjectFilePECOFF.a \
lldbPluginOperatingSystemPython.a \ lldbPluginOperatingSystemPython.a \

View File

@ -52,6 +52,7 @@ set( LLDB_USED_LIBS
lldbPluginObjectFileMachO lldbPluginObjectFileMachO
lldbPluginObjectFileELF lldbPluginObjectFileELF
lldbPluginObjectFileJIT
lldbPluginSymbolVendorELF lldbPluginSymbolVendorELF
lldbPluginObjectContainerBSDArchive lldbPluginObjectContainerBSDArchive
lldbPluginObjectContainerMachOArchive lldbPluginObjectContainerMachOArchive