[lld] r275961 - Reformat comment from 3 to 2 lines. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 00:42:07 PDT 2016
Author: grimar
Date: Tue Jul 19 02:42:07 2016
New Revision: 275961
URL: http://llvm.org/viewvc/llvm-project?rev=275961&view=rev
Log:
Reformat comment from 3 to 2 lines. NFC.
Modified:
lld/trunk/ELF/LinkerScript.cpp
Modified: lld/trunk/ELF/LinkerScript.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.cpp?rev=275961&r1=275960&r2=275961&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.cpp (original)
+++ lld/trunk/ELF/LinkerScript.cpp Tue Jul 19 02:42:07 2016
@@ -265,8 +265,7 @@ void LinkerScript<ELFT>::assignAddresses
}
// ELF and Program headers need to be right before the first section in
- // memory.
- // Set their addresses accordingly.
+ // memory. Set their addresses accordingly.
MinVA = alignDown(MinVA - Out<ELFT>::ElfHeader->getSize() -
Out<ELFT>::ProgramHeaders->getSize(),
Target->PageSize);
More information about the llvm-commits
mailing list