Fix formating. NFC.

llvm-svn: 274757
This commit is contained in:
Rafael Espindola 2016-07-07 14:28:47 +00:00
parent af8b1bddbd
commit 64c32d6f02
1 changed files with 2 additions and 1 deletions

View File

@ -256,7 +256,8 @@ void LinkerScript<ELFT>::assignAddresses(
}
}
// ELF and Program headers need to be right before the first section in memory.
// ELF and Program headers need to be right before the first section in
// memory.
// Set their addresses accordingly.
MinVA = alignDown(MinVA - Out<ELFT>::ElfHeader->getSize() -
Out<ELFT>::ProgramHeaders->getSize(),