8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
19 lines
253 B
CMake
19 lines
253 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
ExecutionEngine
|
|
InstCombine
|
|
Object
|
|
RuntimeDyld
|
|
ScalarOpts
|
|
Support
|
|
TransformUtils
|
|
native
|
|
)
|
|
|
|
add_kaleidoscope_chapter(Kaleidoscope-Ch7
|
|
toy.cpp
|
|
)
|
|
|
|
export_executable_symbols(Kaleidoscope-Ch7)
|