[lld] r287830 - Remove trailing whitespace.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 14:10:46 PST 2016
Author: ruiu
Date: Wed Nov 23 16:10:46 2016
New Revision: 287830
URL: http://llvm.org/viewvc/llvm-project?rev=287830&view=rev
Log:
Remove trailing whitespace.
Modified:
lld/trunk/ELF/Target.cpp
Modified: lld/trunk/ELF/Target.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Target.cpp?rev=287830&r1=287829&r2=287830&view=diff
==============================================================================
--- lld/trunk/ELF/Target.cpp (original)
+++ lld/trunk/ELF/Target.cpp Wed Nov 23 16:10:46 2016
@@ -560,7 +560,7 @@ template <class ELFT> X86_64TargetInfo<E
TlsGdRelaxSkip = 2;
// Align to the large page size (known as a superpage or huge page).
// FreeBSD automatically promotes large, superpage-aligned allocations.
- DefaultImageBase = 0x200000;
+ DefaultImageBase = 0x200000;
}
template <class ELFT>
More information about the llvm-commits
mailing list