From 994c37fcb001bc5a53bf2c676009b327b882d765 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 19 Sep 2013 23:01:29 +0000 Subject: DebugInfo: llvm-dwarfdump support for gnu_pubnames section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191050 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/DIContext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/DebugInfo') diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index 4bb7c77438..ab0fca58ec 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -109,6 +109,7 @@ enum DIDumpType { DIDT_Loc, DIDT_Ranges, DIDT_Pubnames, + DIDT_GnuPubnames, DIDT_Str, DIDT_StrDwo, DIDT_StrOffsetsDwo -- cgit v1.2.3