From: Wesley Peck Date: Wed, 17 Nov 2010 23:35:07 +0000 (+0000) Subject: Make MCJIT work with CMake. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b977f04c5bfddb4f3f34b9666897253932d9402f;p=oota-llvm.git Make MCJIT work with CMake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119589 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 13ddbefda3e..078c961df42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt index 4514da01a33..9378ef25546 100644 --- a/tools/lli/CMakeLists.txt +++ b/tools/lli/CMakeLists.txt @@ -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