Mercurial > hg > CbC > CbC_llvm
view examples/Kaleidoscope/Chapter5/CMakeLists.txt @ 148:63bd29f05246
merged
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 19:46:37 +0900 |
parents | 3a76565eade5 |
children |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS Analysis Core ExecutionEngine InstCombine Object OrcJIT RuntimeDyld ScalarOpts Support native ) add_kaleidoscope_chapter(Kaleidoscope-Ch5 toy.cpp ) export_executable_symbols(Kaleidoscope-Ch5)