]> git.proxmox.com Git - rustc.git/blob - src/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
Merge tag 'upstream-tar/1.0.0_0alpha'
[rustc.git] / src / llvm / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2 Analysis
3 Core
4 ExecutionEngine
5 InstCombine
6 MC
7 ScalarOpts
8 Support
9 TransformUtils
10 nativecodegen
11 )
12
13 set(LLVM_REQUIRES_RTTI 1)
14
15 add_llvm_example(Kaleidoscope-Ch7
16 toy.cpp
17 )