mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Expand on comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104396 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d31d79493
commit
070c1abbc9
@ -353,7 +353,8 @@ void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
|
||||
SectData.setAlignment(ByteAlignment);
|
||||
}
|
||||
|
||||
// This should always be called with the thread local bss section.
|
||||
// This should always be called with the thread local bss section. Like the
|
||||
// .zerofill directive this doesn't actually switch sections on us.
|
||||
void MCMachOStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
|
||||
uint64_t Size, unsigned ByteAlignment) {
|
||||
EmitZerofill(Section, Symbol, Size, ByteAlignment);
|
||||
|
Loading…
Reference in New Issue
Block a user