From 60bdc5b16e2fc17be184b515a00c2e2a2eb40b89 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 5 Feb 2013 23:30:58 +0000 Subject: Initial support for DWARF CFI parsing and dumping in LLVM git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174463 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 a2c3f03ee8..679b490caf 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -101,6 +101,7 @@ enum DIDumpType { DIDT_Abbrev, DIDT_AbbrevDwo, DIDT_Aranges, + DIDT_Frames, DIDT_Info, DIDT_InfoDwo, DIDT_Line, -- cgit v1.2.3