Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / examples / Kaleidoscope / Chapter8 / CMakeLists.txt
blob29c02c9dbc720b18dc4a353e3bd1952e97375b59
1 set(LLVM_LINK_COMPONENTS
2   all
3   )
5 add_kaleidoscope_chapter(Kaleidoscope-Ch8
6   toy.cpp
7   )