mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
8f742c150c
D72486 broke the shared library build.
20 lines
281 B
CMake
20 lines
281 B
CMake
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
|
|
)
|