[lld] r278420 - Remove trailing whitespace.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 14:30:42 PDT 2016
Author: ruiu
Date: Thu Aug 11 16:30:42 2016
New Revision: 278420
URL: http://llvm.org/viewvc/llvm-project?rev=278420&view=rev
Log:
Remove trailing whitespace.
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=278420&r1=278419&r2=278420&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.cpp (original)
+++ lld/trunk/ELF/LinkerScript.cpp Thu Aug 11 16:30:42 2016
@@ -366,7 +366,7 @@ template <class ELFT> void assignOffsets
I->OutSecOff = Off;
Off += I->getSize();
}
- // Update section size inside for-loop, so that SIZEOF
+ // Update section size inside for-loop, so that SIZEOF
// works correctly in the case below:
// .foo { *(.aaa) a = SIZEOF(.foo); *(.bbb) }
Sec->setSize(Off);
More information about the llvm-commits
mailing list