[RISCV] Regenerate autogen test to remove spurious diff
[llvm-project.git] / llvm / examples / Kaleidoscope / Chapter9 / CMakeLists.txt
bloba5d1a45108872fdcc60a656359e21c9b9bbca36c
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   Object
5   OrcJIT
6   Support
7   TargetParser
8   native
9   )
11 add_kaleidoscope_chapter(Kaleidoscope-Ch9
12   toy.cpp
13   )
15 export_executable_symbols(Kaleidoscope-Ch9)