Sign in
llvm
/
llvm-project
/
087b67cc067710aeb2d660aed4b686df8754d418
/
.
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithOptimizingIRTransform
/
CMakeLists.txt
blob: b40e30911c4a91e7e8bfbb52363f5c3634c6747b [
file
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IPO
IRReader
OrcJIT
ScalarOpts
Support
nativecodegen
)
add_llvm_example(LLJITWithOptimizingIRTransform
LLJITWithOptimizingIRTransform.cpp
)
export_executable_symbols(LLJITWithOptimizingIRTransform)