mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Typo
llvm-svn: 53314
This commit is contained in:
parent
93fe3c3fad
commit
d0f5cb4490
@ -489,7 +489,7 @@ X86ELFTargetAsmInfo::MergeableStringSection(const GlobalVariable *GV) const {
|
||||
if (Align < Size)
|
||||
Align = Size;
|
||||
|
||||
return getCStringSection() + utostr(Size) + ',' + utostr(Align);
|
||||
return getCStringSection() + utostr(Size) + '.' + utostr(Align);
|
||||
}
|
||||
|
||||
return getReadOnlySection();
|
||||
|
Loading…
Reference in New Issue
Block a user