Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git] / llvm / examples / Kaleidoscope / Chapter5 / CMakeLists.txt
blob9639f440d200c77979208995c1f0d32352429f64
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   ExecutionEngine
5   InstCombine
6   Object
7   OrcJIT
8   Passes
9   RuntimeDyld
10   ScalarOpts
11   Support
12   native
13   )
15 add_kaleidoscope_chapter(Kaleidoscope-Ch5
16   toy.cpp
17   )