diff options
Diffstat (limited to 'include/llvm/Target/TargetAsmInfo.h')
| -rw-r--r-- | include/llvm/Target/TargetAsmInfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index 0eff044..5574ad5 100644 --- a/include/llvm/Target/TargetAsmInfo.h +++ b/include/llvm/Target/TargetAsmInfo.h @@ -371,10 +371,6 @@ namespace llvm { /// const char *DwarfEHFrameSection; // Defaults to ".eh_frame". - /// DwarfExceptionSection - Section directive for Exception table. - /// - const char *DwarfExceptionSection; // Defaults to ".gcc_except_table". - //===--- CBE Asm Translation Table -----------------------------------===// const char *const *AsmTransCBE; // Defaults to empty @@ -637,9 +633,6 @@ namespace llvm { const char *getDwarfEHFrameSection() const { return DwarfEHFrameSection; } - const char *getDwarfExceptionSection() const { - return DwarfExceptionSection; - } const char *const *getAsmCBE() const { return AsmTransCBE; } |
