Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
.
/
llvm
/
examples
/
LLJITExamples
/
LLJITWithObjectCache
/
CMakeLists.txt
blob: 4c9680a8618e125f73f6b88ea884208dd2c363ea [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
IRReader
OrcJIT
Support
nativecodegen
)
add_llvm_example(LLJITWithObjectCache
LLJITWithObjectCache.cpp
)