summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/lib/Makefile1
-rw-r--r--lldb/source/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile
index b76a2c159dc..88e4329033b 100644
--- a/lldb/lib/Makefile
+++ b/lldb/lib/Makefile
@@ -42,6 +42,7 @@ USEDLIBS = lldbAPI.a \
lldbPluginLanguageRuntimeObjCAppleObjCRuntime.a \
lldbPluginObjectContainerBSDArchive.a \
lldbPluginObjectFileELF.a \
+ lldbPluginObjectFileJIT.a \
lldbPluginSymbolVendorELF.a \
lldbPluginObjectFilePECOFF.a \
lldbPluginOperatingSystemPython.a \
diff --git a/lldb/source/CMakeLists.txt b/lldb/source/CMakeLists.txt
index ec96a4b51e9..2ab37c9707b 100644
--- a/lldb/source/CMakeLists.txt
+++ b/lldb/source/CMakeLists.txt
@@ -52,6 +52,7 @@ set( LLDB_USED_LIBS
lldbPluginObjectFileMachO
lldbPluginObjectFileELF
+ lldbPluginObjectFileJIT
lldbPluginSymbolVendorELF
lldbPluginObjectContainerBSDArchive
lldbPluginObjectContainerMachOArchive
OpenPOWER on IntegriCloud