[ARM] MVE sext and widen/narrow tests from larger types. NFC
[llvm-core.git] / examples / Kaleidoscope / Chapter6 / CMakeLists.txt
blobad50928a346cc8655480151b2fdd10cacb7f4799
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   ExecutionEngine
5   InstCombine
6   Object
7   OrcJIT
8   RuntimeDyld
9   ScalarOpts
10   Support
11   native
12   )
14 add_kaleidoscope_chapter(Kaleidoscope-Ch6
15   toy.cpp
16   )
18 export_executable_symbols(Kaleidoscope-Ch6)