1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-svn: 53314
This commit is contained in:
Anton Korobeynikov 2008-07-09 13:26:24 +00:00
parent 93fe3c3fad
commit d0f5cb4490

View File

@ -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();