[llvm-commits] CVS: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu Feb 1 13:44:10 PST 2007
Changes in directory llvm/lib/Target/ARM:
ARMTargetAsmInfo.cpp updated: 1.10 -> 1.11
---
Log message:
Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll)
---
Diffs of the changes: (+1 -0)
ARMTargetAsmInfo.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
diff -u llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.10 llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.11
--- llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.10 Tue Jan 30 02:04:53 2007
+++ llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp Thu Feb 1 15:43:53 2007
@@ -56,6 +56,7 @@
DwarfRangesSection = ".section __DWARF,__debug_ranges,regular,debug";
DwarfMacInfoSection = ".section __DWARF,__debug_macinfo,regular,debug";
} else {
+ PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";
StaticCtorsSection = "\t.section .ctors,\"aw\",%progbits";
StaticDtorsSection = "\t.section .dtors,\"aw\",%progbits";
More information about the llvm-commits
mailing list