summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86TargetAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
index 304e5a5303e..a53f4a11832 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();
OpenPOWER on IntegriCloud