From 9ddf28d501144276fb47ce2e5f48f2497d9898d5 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 24 Sep 2013 19:50:00 +0000 Subject: llvm-dwarfdump support for gnu_pubtypes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191329 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 1b42138558..d181a83a90 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -110,6 +110,7 @@ enum DIDumpType { DIDT_Ranges, DIDT_Pubnames, DIDT_GnuPubnames, + DIDT_GnuPubtypes, DIDT_Str, DIDT_StrDwo, DIDT_StrOffsetsDwo -- cgit v1.2.3