From b47f32e0e932a0da11e6deae81dc0481dea4d80b Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 1 Feb 2007 17:48:20 +0000 Subject: [PATCH] Slip up git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33758 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/DwarfWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 5564d2b8e36..12cd5f56794 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -80,7 +80,7 @@ public: if (O) print(*O); } void print(std::ostream &O) const { - O << ".D" << Tag; + O << ".debug_" << Tag; if (Number) O << Number; } #endif -- 2.34.1