diff options
author | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-02-01 21:43:53 +0000 |
---|---|---|
committer | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-02-01 21:43:53 +0000 |
commit | 2c355da986e890715861dc92105adf190e5e89a5 (patch) | |
tree | 8a0eba452833652f2e8c0a8cd7988880ea4b09b9 /llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp | |
parent | fd522996c8645dbaafd68630c31c3e410686fd06 (diff) | |
download | bcm5719-llvm-2c355da986e890715861dc92105adf190e5e89a5.tar.gz bcm5719-llvm-2c355da986e890715861dc92105adf190e5e89a5.zip |
Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll)
llvm-svn: 33763
Diffstat (limited to 'llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp index 56da6d9f05a..b4948c5b5b5 100644 --- a/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp +++ b/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp @@ -56,6 +56,7 @@ ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) { 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"; |