mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b48591a84
commit
a3af0bf4ab
@ -320,7 +320,7 @@ X86ELFTargetAsmInfo::X86ELFTargetAsmInfo(const X86TargetMachine &TM):
|
||||
DataSection_ = getUnnamedSection("\t.data", SectionFlags::Writeable);
|
||||
BSSSection_ = getUnnamedSection("\t.bss",
|
||||
SectionFlags::Writeable | SectionFlags::BSS);
|
||||
ReadOnlySection_ = getUnnamedSection("\t.rodata", SectionFlags::None);
|
||||
ReadOnlySection_ = getNamedSection("\t.rodata", SectionFlags::None);
|
||||
TLSDataSection_ = getNamedSection("\t.tdata",
|
||||
SectionFlags::Writeable | SectionFlags::TLS);
|
||||
TLSBSSSection_ = getNamedSection("\t.tbss",
|
||||
|
Loading…
x
Reference in New Issue
Block a user