[ARM] MVE sext and widen/narrow tests from larger types. NFC
[llvm-core.git] / examples / Kaleidoscope / Chapter9 / CMakeLists.txt
blob565a7ffd32eb908ca0728aeb91944b7466708911
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   Object
5   OrcJIT
6   Support
7   native
8   )
10 add_kaleidoscope_chapter(Kaleidoscope-Ch9
11   toy.cpp
12   )
14 export_executable_symbols(Kaleidoscope-Ch9)