[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp

Jim Laskey jlaskey at apple.com
Wed Feb 21 14:44:01 PST 2007



Changes in directory llvm/lib/Target:

TargetAsmInfo.cpp updated: 1.18 -> 1.19
---
Log message:

Add TAI field for exception table section.

---
Diffs of the changes:  (+1 -0)

 TargetAsmInfo.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.18 llvm/lib/Target/TargetAsmInfo.cpp:1.19
--- llvm/lib/Target/TargetAsmInfo.cpp:1.18	Thu Feb  1 10:31:34 2007
+++ llvm/lib/Target/TargetAsmInfo.cpp	Wed Feb 21 16:43:40 2007
@@ -86,6 +86,7 @@
   DwarfRangesSection(".debug_ranges"),
   DwarfMacInfoSection(".debug_macinfo"),
   DwarfEHFrameSection(".eh_frame"),
+  DwarfExceptionSection(".gcc_except_table"),
   AsmTransCBE(0) {
 }
 






More information about the llvm-commits mailing list