Support for non-landing pad exception handling.
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
index 7ac395002ed9916be3f7b8942525ce7bebceacb4..e8e2de46bdda2cfb7c4c4d21c6c3d792d0a206d6 100644 (file)
@@ -24,6 +24,7 @@ TargetAsmInfo::TargetAsmInfo() :
   AddressSize(4),
   NeedsSet(false),
   MaxInstLength(4),
+  PCSymbol("$"),
   SeparatorChar(';'),
   CommentString("#"),
   GlobalPrefix(""),
@@ -84,6 +85,7 @@ TargetAsmInfo::TargetAsmInfo() :
   DwarfARangesSection(".debug_aranges"),
   DwarfRangesSection(".debug_ranges"),
   DwarfMacInfoSection(".debug_macinfo"),
+  DwarfEHFrameSection(".eh_frame"),
   AsmTransCBE(0) {
 }