summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 00:27:29 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 00:27:29 +0000
commit505e86832ae7b0e1260fe7c1e7a3634ca515bc3e (patch)
treed8329e24e2a6cf7285c999fb798123ed389127f2 /lib/CodeGen/AsmPrinter/CMakeLists.txt
parent84ac8b7f43514eda99b0de27c68fbcb5bfa2f399 (diff)
downloadllvm-505e86832ae7b0e1260fe7c1e7a3634ca515bc3e.tar.gz
llvm-505e86832ae7b0e1260fe7c1e7a3634ca515bc3e.tar.bz2
llvm-505e86832ae7b0e1260fe7c1e7a3634ca515bc3e.tar.xz
nuke DwarfPrinter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/CMakeLists.txt')
-rw-r--r--lib/CodeGen/AsmPrinter/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt
index b8e24fe26f..c0986b91b9 100644
--- a/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt
@@ -5,7 +5,6 @@ add_llvm_library(LLVMAsmPrinter
DIE.cpp
DwarfDebug.cpp
DwarfException.cpp
- DwarfPrinter.cpp
DwarfWriter.cpp
OcamlGCPrinter.cpp
)