Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
.
/
llvm
/
examples
/
LLJITExamples
/
LLJITWithObjectCache
/
CMakeLists.txt
blob: 4c9680a8618e125f73f6b88ea884208dd2c363ea [
file
] [
log
] [
blame
]
Lang Hames
843f198
2019-07-10 17:24:24 +0000
[
diff
] [
blame
]
1
set(LLVM_LINK_COMPONENTS
2
Core
3
IRReader
4
OrcJIT
5
Support
6
nativecodegen
7
)
8
9
add_llvm_example(LLJITWithObjectCache
10
LLJITWithObjectCache.cpp
11
)