obj2yaml: Use the correct relocation type for different machine types
[oota-llvm.git] / unittests / CodeGen / CMakeLists.txt
index 5f5c90a00dcbd42ccb3c6f74da1fa80f3df46eea..65c0ac3f20e42494c5cb178d579ea45a0a0fab70 100644 (file)
@@ -1,13 +1,12 @@
 set(LLVM_LINK_COMPONENTS
-  asmprinter
-  codegen
-  support
+  AsmPrinter
+  Support
   )
 
-set(DebugInfoSources
+set(CodeGenSources
   DIEHashTest.cpp
   )
 
-add_llvm_unittest(DebugInfoTests
-  ${DebugInfoSources}
+add_llvm_unittest(CodeGenTests
+  ${CodeGenSources}
   )