文本文件  |  15行  |  173 B

set(LLVM_LINK_COMPONENTS
  Analysis
  Core
  ExecutionEngine
  InstCombine
  JIT
  ScalarOpts
  Support
  nativecodegen
  )

add_llvm_example(Kaleidoscope-Ch4
  toy.cpp
  )