summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MC/CMakeLists.txt
blob: c760c0267a9cf68ce70489240565862c5a96d1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  MC
  MCDisassembler
  Support
  )

add_llvm_unittest(MCTests
  Disassembler.cpp
  DwarfLineTables.cpp
  StringTableBuilderTest.cpp
  TargetRegistry.cpp
  )
OpenPOWER on IntegriCloud