Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
blobda3839843bd008f7ac521dec6889c69d0680b756
1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
2 set(LLVM_REQUIRES_RTTI 1)
4 add_llvm_example(Kaleidoscope-Ch7
5   toy.cpp
6   )