mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
1f1c8bd14b
This should fix the error at http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/10421 llvm-svn: 324413
15 lines
193 B
CMake
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)
|