Sign in
◑
Theme
llvm
/
llvm-project
/
beffef686fde396bee59bf31ce44fffa0e6fc2ca
/
.
/
llvm
/
examples
/
HowToUseJIT
/
CMakeLists.txt
blob: fb0adde378ba91b9454e1472a448d5d235dbfd97 [
file
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
MC
MCJIT
Support
nativecodegen
)
add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)