[RISCV] Regenerate autogen test to remove spurious diff
[llvm-project.git] / llvm / examples / Kaleidoscope / Chapter3 / CMakeLists.txt
blob8053c968f3dd978fc42b934d1e2bf885fd55cd6e
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   )
6 add_kaleidoscope_chapter(Kaleidoscope-Ch3
7   toy.cpp
8   )