forked from OSchip/llvm-project
ReleaseNotes: remove superfluous 's' in 'can promotes'
llvm-svn: 343820
This commit is contained in:
parent
3436dc2923
commit
bf378b808a
|
@ -29,7 +29,7 @@ ELF Improvements
|
|||
|
||||
* Default image base address has changed from 65536 to 2 MiB for i386
|
||||
and 4 MiB for AArch64 to make lld-generated executables work better
|
||||
with automatic superpage promotion. FreeBSD can promotes contiguous
|
||||
with automatic superpage promotion. FreeBSD can promote contiguous
|
||||
non-superpages to a superpage if they are aligned to the superpage
|
||||
size. (`r342746 <https://reviews.llvm.org/rL342746>`_)
|
||||
|
||||
|
|
Loading…
Reference in New Issue