mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Remove a redundant newline in the asm output for ELF .rodata sections.
llvm-svn: 37756
This commit is contained in:
parent
c1c4b0972f
commit
ce1bca0bf9
@ -98,7 +98,7 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
|
||||
break;
|
||||
|
||||
case X86Subtarget::isELF:
|
||||
ReadOnlySection = "\t.section\t.rodata\n";
|
||||
ReadOnlySection = "\t.section\t.rodata";
|
||||
FourByteConstantSection = "\t.section\t.rodata.cst4,\"aM\",@progbits,4";
|
||||
EightByteConstantSection = "\t.section\t.rodata.cst8,\"aM\",@progbits,8";
|
||||
SixteenByteConstantSection = "\t.section\t.rodata.cst16,\"aM\",@progbits,16";
|
||||
|
Loading…
x
Reference in New Issue
Block a user