diff options
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 3f28832399..d08e777972 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -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, |