Sign in
rust
/
llvm-project
/
2cb41005ed5c4747b10d2bf01d8779d3bb4ae32d
/
.
/
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
)