the various ConstantExpr::get*Ty methods existed to work with issues around
[llvm/stm8.git] / examples / Kaleidoscope / Chapter6 / CMakeLists.txt
blob2e15a5f7dfc60b10639fc26ef71be543c3fd53af
1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
3 add_llvm_example(Kaleidoscope-Ch6
4   toy.cpp
5   )