summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MC/CMakeLists.txt
blob: 271309c0859149a656787794c2be1e7e20d06199 (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  MC
  Support
  )

add_llvm_unittest(MCTests
  StringTableBuilderTest.cpp
  YAMLTest.cpp
  )
OpenPOWER on IntegriCloud