[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp
Jim Laskey
jlaskey at apple.com
Mon Feb 27 14:37:37 PST 2006
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.33 -> 1.34
---
Log message:
Qualify dwarf namespace inside llvm namespace.
---
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.33 llvm/lib/CodeGen/DwarfWriter.cpp:1.34
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.33 Mon Feb 27 14:37:42 2006
+++ llvm/lib/CodeGen/DwarfWriter.cpp Mon Feb 27 16:37:23 2006
@@ -26,7 +26,7 @@
#include <iostream>
using namespace llvm;
-using namespace dwarf;
+using namespace llvm::dwarf;
static cl::opt<bool>
DwarfVerbose("dwarf-verbose", cl::Hidden,
More information about the llvm-commits
mailing list