• 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  StringTableBuilderTest.cpp
11  YAMLTest.cpp
12  )
13