From: Chris Lattner Date: Sun, 23 Aug 2009 01:11:21 +0000 (+0000) Subject: fix a gone file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=19ef66968965f829336f4dc01fec05bfa72712c3;p=oota-llvm.git fix a gone file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79802 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index dc07e2d753c..7eae5202490 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -2,7 +2,6 @@ add_llvm_library(LLVMCodeGen BranchFolding.cpp CodePlacementOpt.cpp DeadMachineInstructionElim.cpp - Dump.cpp DwarfEHPrepare.cpp ELFCodeEmitter.cpp ELFWriter.cpp