• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  ${LLVM_TARGETS_TO_BUILD}
3  MC
4  MCDisassembler
5  Support
6  )
7
8add_llvm_unittest(MCTests
9  Disassembler.cpp
10  DwarfLineTables.cpp
11  StringTableBuilderTest.cpp
12  TargetRegistry.cpp
13  )
14