• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  BitWriter
3  Core
4  Support
5  )
6
7add_llvm_example(ModuleMaker
8  ModuleMaker.cpp
9  )
10