From: Devang Patel Date: Tue, 4 Oct 2011 19:38:16 +0000 (+0000) Subject: Update cmake list. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1e97def44ad34f35df6b67851afdd93850012029;p=oota-llvm.git Update cmake list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141104 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-cov/CMakeLists.txt b/tools/llvm-cov/CMakeLists.txt index fe824d010cc..7184b9ebde9 100644 --- a/tools/llvm-cov/CMakeLists.txt +++ b/tools/llvm-cov/CMakeLists.txt @@ -1,6 +1,5 @@ set(LLVM_LINK_COMPONENTS instrumentation ) add_llvm_tool(llvm-cov - GCOVReader.cpp llvm-cov.cpp )