1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

18 lines
236 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch4
toy.cpp
)
export_executable_symbols(Kaleidoscope-Ch4)