summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-03 22:08:28 +0000
committerEric Christopher <echristo@gmail.com>2013-09-03 22:08:28 +0000
commit3e6c93189bdbae225e7c53c5cd71d0ec0c7a7002 (patch)
tree0f08191b8f113a15302628e080fa159a88c64f11 /llvm/unittests/CodeGen
parent25b7adc8cecc675ff238681c0fae75cdffd4ff91 (diff)
downloadbcm5719-llvm-3e6c93189bdbae225e7c53c5cd71d0ec0c7a7002.tar.gz
bcm5719-llvm-3e6c93189bdbae225e7c53c5cd71d0ec0c7a7002.zip
Fix copy and pasto with CMake files for unittest.
llvm-svn: 189863
Diffstat (limited to 'llvm/unittests/CodeGen')
-rw-r--r--llvm/unittests/CodeGen/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/unittests/CodeGen/CMakeLists.txt b/llvm/unittests/CodeGen/CMakeLists.txt
index 5f5c90a00dc..5973bae3aab 100644
--- a/llvm/unittests/CodeGen/CMakeLists.txt
+++ b/llvm/unittests/CodeGen/CMakeLists.txt
@@ -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}
)
OpenPOWER on IntegriCloud