Home | History | Annotate | Download | only in Chapter2
      1 add_kaleidoscope_chapter(Kaleidoscope-Ch2
      2   toy.cpp
      3   )
      4 
      5 if(LLVM_COMPILER_IS_GCC_COMPATIBLE)
      6   target_compile_options(Kaleidoscope-Ch2 PRIVATE
      7     -Wno-unused-private-field
      8     )
      9 endif()
     10