Update CMake to orcjit.

This commit is contained in:
Axel Naumann 2015-02-10 17:03:11 +01:00 committed by sftnight
parent 1dbd2590e4
commit 080ec79f0d

View File

@ -8,7 +8,8 @@
set( LLVM_LINK_COMPONENTS
bitwriter
jit
mcjit
orcjit
native
option
ipo
@ -19,7 +20,6 @@ set( LLVM_LINK_COMPONENTS
add_cling_library(clingInterpreter
AutoSynthesizer.cpp
AutoloadCallback.cpp
BackendPass.cpp
CheckEmptyTransactionTransformer.cpp
CIFactory.cpp
ClangInternalState.cpp
@ -30,6 +30,7 @@ add_cling_library(clingInterpreter
DynamicExprInfo.cpp
ForwardDeclPrinter.cpp
IncrementalExecutor.cpp
IncrementalJIT.cpp
IncrementalParser.cpp
Interpreter.cpp
InterpreterCallbacks.cpp