aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 05:12:59 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 05:12:59 +0000
commit493c9765e066896b381e8404e0c09125377bcc97 (patch)
tree6ba4b8a4454c678e9875c77a7ace52f0e61249a2 /lib/CodeGen/AsmPrinter/CMakeLists.txt
parent49cd6649e1246c05896fadefe2fcbc4bc1f5d221 (diff)
downloadexternal_llvm-493c9765e066896b381e8404e0c09125377bcc97.zip
external_llvm-493c9765e066896b381e8404e0c09125377bcc97.tar.gz
external_llvm-493c9765e066896b381e8404e0c09125377bcc97.tar.bz2
finally blast DwarfWriter away.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100406 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 c0986b9..afc482d 100644
--- a/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt
@@ -5,6 +5,5 @@ add_llvm_library(LLVMAsmPrinter
DIE.cpp
DwarfDebug.cpp
DwarfException.cpp
- DwarfWriter.cpp
OcamlGCPrinter.cpp
)