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