diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp index 304e5a5303e5..a53f4a118328 100644 --- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp @@ -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();