Home | History | Annotate | Download | only in MC
      1 set(LLVM_LINK_COMPONENTS
      2   MCAnalysis
      3   )
      4 
      5 add_llvm_unittest(MCTests
      6   MCAtomTest.cpp
      7   StringTableBuilderTest.cpp
      8   YAMLTest.cpp
      9   )
     10