summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Dwarf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/Dwarf.cpp')
-rw-r--r--llvm/lib/Support/Dwarf.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp
index 9ab541fd640..1f2eef4dfd8 100644
--- a/llvm/lib/Support/Dwarf.cpp
+++ b/llvm/lib/Support/Dwarf.cpp
@@ -15,6 +15,8 @@
#include <cassert>
+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.
OpenPOWER on IntegriCloud