commit | f4a30a5d89273ad47939dceef12cf6dd778ecc62 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Thu Aug 11 21:30:42 2016 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Thu Aug 11 21:30:42 2016 +0000 |
tree | 91d765f48147d074d690be6ca3d6662d20b75021 | |
parent | ef5bea9dca93b4b14f387fe8ad00d8798c0ab545 [diff] [blame] |
Remove trailing whitespace. llvm-svn: 278420
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index f924d8c..231e4f0 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp
@@ -366,7 +366,7 @@ 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);