diff options
Diffstat (limited to 'llvm/include/llvm/DebugInfo/DIContext.h')
-rw-r--r-- | llvm/include/llvm/DebugInfo/DIContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/DIContext.h b/llvm/include/llvm/DebugInfo/DIContext.h index a2c3f03ee81..679b490caf8 100644 --- a/llvm/include/llvm/DebugInfo/DIContext.h +++ b/llvm/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, |