Recommit r310809 with a fix for the spill problem
[llvm-core.git] / examples / Kaleidoscope / Chapter6 / CMakeLists.txt
blob49627f07ddf05ece09bdcac0bf8d9f46cb163c2b
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   ExecutionEngine
5   InstCombine
6   Object
7   RuntimeDyld
8   ScalarOpts
9   Support
10   native
11   )
13 add_kaleidoscope_chapter(Kaleidoscope-Ch6
14   toy.cpp
15   )
17 export_executable_symbols(Kaleidoscope-Ch6)