Home | History | Annotate | Download | only in Chapter3
      1 set(LLVM_LINK_COMPONENTS
      2   Core
      3   Support
      4   )
      5 
      6 add_llvm_example(Kaleidoscope-Ch3
      7   toy.cpp
      8   )
      9