Home | History | Annotate | Download | only in MC
      1 set(LLVM_LINK_COMPONENTS
      2   ${LLVM_TARGETS_TO_BUILD}
      3   MC
      4   MCDisassembler
      5   Support
      6   )
      7 
      8 add_llvm_unittest(MCTests
      9   Disassembler.cpp
     10   StringTableBuilderTest.cpp
     11   YAMLTest.cpp
     12   )
     13