[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp
Anton Korobeynikov
asl at math.spbu.ru
Sat May 5 02:05:20 PDT 2007
Changes in directory llvm/lib/Target:
TargetAsmInfo.cpp updated: 1.26 -> 1.27
---
Log message:
Emit sections/directives in the proper order. This fixes PR1376: http://llvm.org/PR1376 . Also,
some small cleanup was made.
---
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.26 llvm/lib/Target/TargetAsmInfo.cpp:1.27
--- llvm/lib/Target/TargetAsmInfo.cpp:1.26 Thu May 3 13:46:30 2007
+++ llvm/lib/Target/TargetAsmInfo.cpp Sat May 5 04:04:50 2007
@@ -80,6 +80,7 @@
HasLEB128(false),
HasDotLoc(false),
HasDotFile(false),
+ SupportsDebugInformation(false),
SupportsExceptionHandling(false),
DwarfRequiresFrameSection(true),
DwarfSectionOffsetDirective(0),
More information about the llvm-commits
mailing list