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

Anton Korobeynikov asl at math.spbu.ru
Tue May 1 15:23:41 PDT 2007



Changes in directory llvm/lib/Target:

TargetAsmInfo.cpp updated: 1.24 -> 1.25
---
Log message:

Fix couple of bugs connected with eh info:
1. Correct output offsets on Linux
2. Fix "style" of personality function. It shouldn't be indirect.


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

 TargetAsmInfo.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.24 llvm/lib/Target/TargetAsmInfo.cpp:1.25
--- llvm/lib/Target/TargetAsmInfo.cpp:1.24	Sun Apr 29 13:35:00 2007
+++ llvm/lib/Target/TargetAsmInfo.cpp	Tue May  1 17:23:12 2007
@@ -75,7 +75,8 @@
   WeakRefDirective(0),
   HiddenDirective("\t.hidden\t"),
   ProtectedDirective("\t.protected\t"),
-  AbsoluteSectionOffsets(false),
+  AbsoluteDebugSectionOffsets(false),
+  AbsoluteEHSectionOffsets(false),
   HasLEB128(false),
   HasDotLoc(false),
   HasDotFile(false),






More information about the llvm-commits mailing list