1set(LLVM_LINK_COMPONENTS
2  MC
3  )
4
5set(MCSources
6  MCAtomTest.cpp
7  )
8
9add_llvm_unittest(MCTests
10  ${MCSources}
11  )
12