Move the R600 intrinsic support back to the target machine - there's
[oota-llvm.git] / unittests / MC / CMakeLists.txt
index 0e4782c83f40ccd752c9422bf43fdcb9523f88f1..37543f48bcef5bba61f4c4ca1c4c0fa4301e3e95 100644 (file)
@@ -1,11 +1,11 @@
 set(LLVM_LINK_COMPONENTS
   MC
-  )
-
-set(MCSources
-  MCAtomTest.cpp
+  MCAnalysis
+  Support
   )
 
 add_llvm_unittest(MCTests
-  ${MCSources}
+  MCAtomTest.cpp
+  StringTableBuilderTest.cpp
+  YAMLTest.cpp
   )