• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter)
2
3add_llvm_example(BrainF
4  BrainF.cpp
5  BrainFDriver.cpp
6  )
7