Home | History | Annotate | Download | only in Chapter7
      1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
      2 set(LLVM_REQUIRES_RTTI 1)
      3 
      4 add_llvm_example(Kaleidoscope-Ch7
      5   toy.cpp
      6   )
      7