• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  IRReader
3  BitReader
4  BitWriter
5  Core
6  Support
7  )
8
9add_llvm_tool(llvm-cat
10  llvm-cat.cpp
11  )
12