Sign in
cobalt
/
cobalt
/
c52866be1febb1c09c04df4cb93d87f3595f4dc1
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
examples
/
HowToUseJIT
/
CMakeLists.txt
blob: e86626d5cec646196a6071c82cc90c0ed7a86dcd [
file
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
Support
nativecodegen
)
add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)