Add TAI field for exception table section.
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
index e8e2de46bdda2cfb7c4c4d21c6c3d792d0a206d6..efc54841b43d7e8bca9f22038f7342ea68e4be31 100644 (file)
@@ -86,6 +86,7 @@ TargetAsmInfo::TargetAsmInfo() :
   DwarfRangesSection(".debug_ranges"),
   DwarfMacInfoSection(".debug_macinfo"),
   DwarfEHFrameSection(".eh_frame"),
+  DwarfExceptionSection(".gcc_except_table"),
   AsmTransCBE(0) {
 }