1set(LLVM_LINK_COMPONENTS core jit interpreter native)
2set(LLVM_REQUIRES_RTTI 1)
3
4add_llvm_example(Kaleidoscope-Ch7
5  toy.cpp
6  )
7