mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Use proper strings section name for PPC
llvm-svn: 54846
This commit is contained in:
parent
d475141eea
commit
61af04fa0a
@ -111,7 +111,7 @@ PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) :
|
||||
PrivateGlobalPrefix = "";
|
||||
ConstantPoolSection = "\t.section .rodata.cst4\t";
|
||||
JumpTableDataSection = ".section .rodata.cst4";
|
||||
CStringSection = "\t.section\t.rodata";
|
||||
CStringSection = ".rodata.str";
|
||||
StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits";
|
||||
StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";
|
||||
UsedDirective = "\t# .no_dead_strip\t";
|
||||
|
Loading…
Reference in New Issue
Block a user