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

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