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

add_llvm_unittest(MCTests
  Disassembler.cpp
  StringTableBuilderTest.cpp
  YAMLTest.cpp
  )