blob: c2b52dc815f2ab34bff8253e7ebafb0fe2dd967b [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
BitReader
Core
IRReader
OrcJIT
ExecutionEngine
Support
nativecodegen
Analysis
Passes
)
add_llvm_example(ThinLtoJIT
main.cpp
ThinLtoJIT.cpp
ThinLtoModuleIndex.cpp
ThinLtoInstrumentationLayer.cpp
ThinLtoDiscoveryThread.cpp
)