Sign in
rust
/
rust-lang
/
llvm-project
/
b6b46f596a7d2523ee1acd1c00e699615849da60
/
.
/
llvm
/
examples
/
SpeculativeJIT
/
CMakeLists.txt
blob: 2a6ad12fa5da54c55a1c289d14676e620c850fec [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
IRReader
OrcJIT
OrcTargetProcess
ExecutionEngine
Support
nativecodegen
Analysis
Passes
)
add_llvm_example(SpeculativeJIT
SpeculativeJIT.cpp
)