blob: 237cbea861d23153d48f56a64d3e6b5fbc0c4007 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
JIT
MC
Support
nativecodegen
)
add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)