From b224c048b4e79369d16a86b04f15e40c19f78497 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Mon, 10 Oct 2016 18:10:01 +0000 Subject: [PATCH] Remove trailing whitespace. llvm-svn: 283786 --- lld/ELF/LinkerScript.cpp | 2 +- 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 d7b0dc8..a700295f 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -656,7 +656,7 @@ void LinkerScript::assignAddresses(std::vector> &Phdrs) { if (!FirstPTLoad->Last) FirstPTLoad->Last = Out::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 5375563..aaef9f8 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 -- 2.7.4