diff options
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r-- | include/llvm/Support/Dwarf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h index cfb8c6a..56972e4 100644 --- a/include/llvm/Support/Dwarf.h +++ b/include/llvm/Support/Dwarf.h @@ -16,6 +16,8 @@ #ifndef LLVM_SUPPORT_DWARF_H #define LLVM_SUPPORT_DWARF_H +namespace llvm { + namespace dwarf { //===----------------------------------------------------------------------===// @@ -513,4 +515,6 @@ const char *CallFrameString(unsigned Encoding); } // End of namespace dwarf +} // End of namespace llvm + #endif |