mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-07 04:21:27 +00:00
8c46d7964e
the kaleidoscope 'library' functions aren't dead-stripped in release builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246201 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
236 B
CMake
18 lines
236 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
ExecutionEngine
|
|
InstCombine
|
|
Object
|
|
RuntimeDyld
|
|
ScalarOpts
|
|
Support
|
|
native
|
|
)
|
|
|
|
add_kaleidoscope_chapter(Kaleidoscope-Ch7
|
|
toy.cpp
|
|
)
|
|
|
|
export_executable_symbols(Kaleidoscope-Ch7)
|