Make MCJIT work with CMake.
authorWesley Peck <peckw@wesleypeck.com>
Wed, 17 Nov 2010 23:35:07 +0000 (23:35 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Wed, 17 Nov 2010 23:35:07 +0000 (23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119589 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt
tools/lli/CMakeLists.txt

index 13ddbefda3eeb9eb38f6a3e01f8c82fb7857ed0e..078c961df4290282f4b3d91c8540ee47a7344089 100644 (file)
@@ -372,6 +372,7 @@ configure_file(
 add_subdirectory(lib/ExecutionEngine)
 add_subdirectory(lib/ExecutionEngine/Interpreter)
 add_subdirectory(lib/ExecutionEngine/JIT)
+add_subdirectory(lib/ExecutionEngine/MCJIT)
 add_subdirectory(lib/Target)
 add_subdirectory(lib/AsmParser)
 add_subdirectory(lib/Archive)
index 4514da01a330d7985f6883c98cc80a99d776eab9..9378ef2554667e5b7ad98fe9ec2e0bbeaca34998 100644 (file)
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader asmparser selectiondag)
+set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag)
 
 add_llvm_tool(lli
   lli.cpp