• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  MCAnalysis
3  )
4
5add_llvm_unittest(MCTests
6  MCAtomTest.cpp
7  StringTableBuilderTest.cpp
8  YAMLTest.cpp
9  )
10