Sign in
rust
/
rust-lang
/
llvm-project
/
ee1617457899ef2eb55dcf7ee2758b4340b6533f
/
.
/
llvm
/
examples
/
HowToUseJIT
/
CMakeLists.txt
blob: e86626d5cec646196a6071c82cc90c0ed7a86dcd [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
Support
nativecodegen
)
add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)