Typo
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 13:26:24 +0000 (13:26 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 13:26:24 +0000 (13:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53314 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86TargetAsmInfo.cpp

index 304e5a5303e56cd3a6bcb95af6b793e8a4afc4ff..a53f4a1183283ba157920318a141f2b561987e33 100644 (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();