diff options
author | Rui Ueyama <ruiu@google.com> | 2016-10-10 18:10:01 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-10-10 18:10:01 +0000 |
commit | b224c048b4e79369d16a86b04f15e40c19f78497 (patch) | |
tree | da194453d9f7624935096f254412f345b5751a92 | |
parent | 7216f17653631046264b6741982afe8ee7f5e4d8 (diff) | |
download | bcm5719-llvm-b224c048b4e79369d16a86b04f15e40c19f78497.tar.gz bcm5719-llvm-b224c048b4e79369d16a86b04f15e40c19f78497.zip |
Remove trailing whitespace.
llvm-svn: 283786
-rw-r--r-- | lld/ELF/LinkerScript.cpp | 2 | ||||
-rw-r--r-- | lld/test/ELF/invalid/section-alignment2.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index d7b0dc861d1..a700295f0fd 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -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 diff --git a/lld/test/ELF/invalid/section-alignment2.s b/lld/test/ELF/invalid/section-alignment2.s index 53755634255..aaef9f8bff5 100644 --- a/lld/test/ELF/invalid/section-alignment2.s +++ b/lld/test/ELF/invalid/section-alignment2.s @@ -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 |