From: Eric Christopher Date: Tue, 3 Sep 2013 22:08:28 +0000 (+0000) Subject: Fix copy and pasto with CMake files for unittest. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4bc23f09801df3794f4c52845c0475fb54582983;p=oota-llvm.git 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 --- diff --git a/unittests/CodeGen/CMakeLists.txt b/unittests/CodeGen/CMakeLists.txt index 5f5c90a00dc..5973bae3aab 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} )