blob: 2a6ad12fa5da54c55a1c289d14676e620c850fec [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
IRReader
OrcJIT
OrcTargetProcess
ExecutionEngine
Support
nativecodegen
Analysis
Passes
)
add_llvm_example(SpeculativeJIT
SpeculativeJIT.cpp
)