mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
MC/Assembler: Strip out object writer arguments, now that it is always available
-- and remove FIXME asking for the same! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1455,7 +1455,7 @@ void ELFObjectWriter::WriteObject(MCAssembler &Asm,
|
||||
if (IsELFMetaDataSection(SD))
|
||||
WriteDataSectionData(this, SD);
|
||||
else
|
||||
Asm.WriteSectionData(&SD, Layout, this);
|
||||
Asm.WriteSectionData(&SD, Layout);
|
||||
}
|
||||
|
||||
uint64_t Padding = OffsetToAlignment(FileOff, NaturalAlignment);
|
||||
|
Reference in New Issue
Block a user