[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp
Reid Spencer
reid at x10sys.com
Mon Oct 30 14:32:47 PST 2006
Changes in directory llvm/lib/Target:
TargetAsmInfo.cpp updated: 1.8 -> 1.9
---
Log message:
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
generated object modules to be debugged with gdb. Hopefully this helps
pre-release debugging.
---
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.8 llvm/lib/Target/TargetAsmInfo.cpp:1.9
--- llvm/lib/Target/TargetAsmInfo.cpp:1.8 Fri Oct 27 11:14:06 2006
+++ llvm/lib/Target/TargetAsmInfo.cpp Mon Oct 30 16:32:29 2006
@@ -64,6 +64,7 @@
HasLEB128(false),
HasDotLoc(false),
HasDotFile(false),
+ DwarfRequiresFrameSection(true),
DwarfAbbrevSection(".debug_abbrev"),
DwarfInfoSection(".debug_info"),
DwarfLineSection(".debug_line"),
More information about the llvm-commits
mailing list