forked from OSchip/llvm-project
parent
9da4fd0f2e
commit
4f125b7217
|
@ -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