[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp
Jim Laskey
jlaskey at apple.com
Thu Feb 1 09:48:37 PST 2007
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.124 -> 1.125
---
Log message:
Slip up
---
Diffs of the changes: (+1 -1)
DwarfWriter.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.124 llvm/lib/CodeGen/DwarfWriter.cpp:1.125
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.124 Thu Feb 1 11:46:10 2007
+++ llvm/lib/CodeGen/DwarfWriter.cpp Thu Feb 1 11:48:20 2007
@@ -80,7 +80,7 @@
if (O) print(*O);
}
void print(std::ostream &O) const {
- O << ".D" << Tag;
+ O << ".debug_" << Tag;
if (Number) O << Number;
}
#endif
More information about the llvm-commits
mailing list