Fix copy and pasto with CMake files for unittest.
authorEric Christopher <echristo@gmail.com>
Tue, 3 Sep 2013 22:08:28 +0000 (22:08 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 3 Sep 2013 22:08:28 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189863 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/CodeGen/CMakeLists.txt

index 5f5c90a00dcbd42ccb3c6f74da1fa80f3df46eea..5973bae3aaba26698fe539bfa7f172aa59c5514a 100644 (file)
@@ -4,10 +4,10 @@ set(LLVM_LINK_COMPONENTS
   support
   )
 
-set(DebugInfoSources
+set(CodeGenSources
   DIEHashTest.cpp
   )
 
-add_llvm_unittest(DebugInfoTests
-  ${DebugInfoSources}
+add_llvm_unittest(CodeGenTests
+  ${CodeGenSources}
   )