]> git.proxmox.com Git - rustc.git/blame - src/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / examples / Kaleidoscope / Chapter8 / CMakeLists.txt
CommitLineData
85aaf69f
SL
1set(LLVM_LINK_COMPONENTS
2 Analysis
3 Core
4 ExecutionEngine
5 InstCombine
6 MC
7 ScalarOpts
8 Support
9 TransformUtils
10 native
11 mcjit
12 )
13
14set(LLVM_REQUIRES_RTTI 1)
15
16add_kaleidoscope_chapter(Kaleidoscope-Ch8
17 toy.cpp
18 )