Update CMake to orcjit.
This commit is contained in:
parent
1dbd2590e4
commit
080ec79f0d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user