diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-05 00:27:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 00:27:29 +0000 |
commit | eeaa6d67a2a143c62dbc06cb444fcbd35918eb0f (patch) | |
tree | 4d3f3bf83ff9419a6f3ae955ad258712d9620d61 /llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | |
parent | fd79502e083a825ef4ff212ba2af942749048b85 (diff) | |
download | bcm5719-llvm-eeaa6d67a2a143c62dbc06cb444fcbd35918eb0f.tar.gz bcm5719-llvm-eeaa6d67a2a143c62dbc06cb444fcbd35918eb0f.zip |
nuke DwarfPrinter
llvm-svn: 100375
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt index b8e24fe26f7..c0986b91b92 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/llvm/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 ) |