mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87fc6b4f86
commit
1290ecf5b9
@ -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…
x
Reference in New Issue
Block a user