Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
71287953e60d3437b51a69fd3f016b03f5011c52
/
.
/
examples
/
HowToUseJIT
/
CMakeLists.txt
blob: ad7da9576974b5e655b5c994a6f16e0af31989f2 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
add_llvm_executable(HowToUseJIT
HowToUseJIT.cpp
)