diff options
author | Jim Laskey <jlaskey@mac.com> | 2007-02-01 17:48:20 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2007-02-01 17:48:20 +0000 |
commit | b47f32e0e932a0da11e6deae81dc0481dea4d80b (patch) | |
tree | 521d66ff8ea4a570fd7e38caec1dc43ac5163943 /lib/CodeGen/DwarfWriter.cpp | |
parent | 29bf16a0bd7483abc99102cee40c266ceacc8b3b (diff) |
Slip up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
-rw-r--r-- | lib/CodeGen/DwarfWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 5564d2b8e3..12cd5f5679 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 |