diff options
-rw-r--r-- | lld/ELF/LinkerScript.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 7351d16b3ac..6baa8ce271c 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -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(), |