Remove trailing whitespace.

llvm-svn: 283786
This commit is contained in:
Rui Ueyama 2016-10-10 18:10:01 +00:00
parent 7216f17653
commit b224c048b4
2 changed files with 2 additions and 2 deletions

View File

@ -656,7 +656,7 @@ void LinkerScript<ELFT>::assignAddresses(std::vector<PhdrEntry<ELFT>> &Phdrs) {
if (!FirstPTLoad->Last)
FirstPTLoad->Last = Out<ELFT>::ProgramHeaders;
} else if (!FirstPTLoad->First) {
// Sometimes the very first PT_LOAD segment can be empty.
// Sometimes the very first PT_LOAD segment can be empty.
// This happens if (all conditions met):
// - Linker script is used
// - First section in ELF image is not RO

View File

@ -1,4 +1,4 @@
## section-alignment-notpow2.elf has section alignment
## section-alignment-notpow2.elf has section alignment
## 0xFFFFFFFF which is not a power of 2.
# RUN: not ld.lld %p/Inputs/section-alignment-notpow2.elf -o %t2 2>&1 | \
# RUN: FileCheck %s