From 4bc23f09801df3794f4c52845c0475fb54582983 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 3 Sep 2013 22:08:28 +0000 Subject: Fix copy and pasto with CMake files for unittest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189863 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/CodeGen/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unittests/CodeGen') diff --git a/unittests/CodeGen/CMakeLists.txt b/unittests/CodeGen/CMakeLists.txt index 5f5c90a00d..5973bae3aa 100644 --- a/unittests/CodeGen/CMakeLists.txt +++ b/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} ) -- cgit v1.2.3