[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp
Jim Laskey
jlaskey at apple.com
Thu Feb 1 08:31:59 PST 2007
Changes in directory llvm/lib/Target:
TargetAsmInfo.cpp updated: 1.17 -> 1.18
---
Log message:
Support for non-landing pad exception handling.
---
Diffs of the changes: (+2 -0)
TargetAsmInfo.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.17 llvm/lib/Target/TargetAsmInfo.cpp:1.18
--- llvm/lib/Target/TargetAsmInfo.cpp:1.17 Mon Jan 29 12:51:14 2007
+++ llvm/lib/Target/TargetAsmInfo.cpp Thu Feb 1 10:31:34 2007
@@ -24,6 +24,7 @@
AddressSize(4),
NeedsSet(false),
MaxInstLength(4),
+ PCSymbol("$"),
SeparatorChar(';'),
CommentString("#"),
GlobalPrefix(""),
@@ -84,6 +85,7 @@
DwarfARangesSection(".debug_aranges"),
DwarfRangesSection(".debug_ranges"),
DwarfMacInfoSection(".debug_macinfo"),
+ DwarfEHFrameSection(".eh_frame"),
AsmTransCBE(0) {
}
More information about the llvm-commits
mailing list