From 9a777a3a8ed8f73cc9a256208ad3c52391eb5aae Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Mon, 27 Feb 2006 22:37:23 +0000 Subject: Qualify dwarf namespace inside llvm namespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26409 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Dwarf.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Support/Dwarf.cpp') diff --git a/lib/Support/Dwarf.cpp b/lib/Support/Dwarf.cpp index 9ab541fd64..1f2eef4dfd 100644 --- a/lib/Support/Dwarf.cpp +++ b/lib/Support/Dwarf.cpp @@ -15,6 +15,8 @@ #include +namespace llvm { + namespace dwarf { /// TagString - Return the string for the specified tag. @@ -568,5 +570,6 @@ const char *CallFrameString(unsigned Encoding) { return ""; } -} // End of namespace llvm. +} // End of namespace dwarf. +} // End of namespace llvm. -- cgit v1.2.3-18-g5258