1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
2018-02-06 22:22:10 +00:00

15 lines
193 B
CMake

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Object
OrcJIT
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch9
toy.cpp
)
export_executable_symbols(Kaleidoscope-Ch9)