blob: fb0adde378ba91b9454e1472a448d5d235dbfd97 [file]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
MC
MCJIT
Support
nativecodegen
)
add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)