mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-14 15:25:25 +00:00
Switch MCAssembler to method names starting w/ lower-case.
per http://llvm.org/docs/CodingStandards.html#ll_naming git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1072,7 +1072,7 @@ void ELFObjectWriter::WriteDataSectionData(MCAssembler &Asm,
|
||||
WriteBytes(cast<MCDataFragment>(F).getContents().str());
|
||||
}
|
||||
} else {
|
||||
Asm.WriteSectionData(&SD, Layout);
|
||||
Asm.writeSectionData(&SD, Layout);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user