diff options
author | Rui Ueyama <ruiu@google.com> | 2016-08-11 21:30:42 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-08-11 21:30:42 +0000 |
commit | f4a30a5d89273ad47939dceef12cf6dd778ecc62 (patch) | |
tree | 91d765f48147d074d690be6ca3d6662d20b75021 | |
parent | ef5bea9dca93b4b14f387fe8ad00d8798c0ab545 (diff) | |
download | bcm5719-llvm-f4a30a5d89273ad47939dceef12cf6dd778ecc62.tar.gz bcm5719-llvm-f4a30a5d89273ad47939dceef12cf6dd778ecc62.zip |
Remove trailing whitespace.
llvm-svn: 278420
-rw-r--r-- | lld/ELF/LinkerScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index f924d8cb054..231e4f024b8 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -366,7 +366,7 @@ template <class ELFT> void assignOffsets(OutputSectionBase<ELFT> *Sec) { 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); |