From a34ec4a961503e1ceb6c6c3ce0b59911960b8fa1 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 9 Jan 2014 05:08:24 +0000 Subject: llvm-dwarfdump: type unit dwo support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198850 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 a1a4642103..37f2a260ae 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -105,6 +105,7 @@ enum DIDumpType { DIDT_Info, DIDT_InfoDwo, DIDT_Types, + DIDT_TypesDwo, DIDT_Line, DIDT_Loc, DIDT_Ranges, -- cgit v1.2.3