blob: b40e30911c4a91e7e8bfbb52363f5c3634c6747b [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IPO
IRReader
OrcJIT
ScalarOpts
Support
nativecodegen
)
add_llvm_example(LLJITWithOptimizingIRTransform
LLJITWithOptimizingIRTransform.cpp
)
export_executable_symbols(LLJITWithOptimizingIRTransform)