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