[llvm-branch-commits] [lld] 97319d3 - lld release notes: increased default max page size on arm
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 18 00:55:04 PDT 2020
Author: Hans Wennborg
Date: 2020-08-18T09:54:38+02:00
New Revision: 97319d39d143810e9b1d3ef1bf11009fd8df6571
URL: https://github.com/llvm/llvm-project/commit/97319d39d143810e9b1d3ef1bf11009fd8df6571
DIFF: https://github.com/llvm/llvm-project/commit/97319d39d143810e9b1d3ef1bf11009fd8df6571.diff
LOG: lld release notes: increased default max page size on arm
By Tobias Hieta!
Added:
Modified:
lld/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index f0482c2428c4..513ad37e278e 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -28,6 +28,10 @@ ELF Improvements
chrome://tracing. The file can be specified with ``--time-trace-file``.
Trace granularity can be specified with ``--time-trace-granularity``.
(`D71060 <https://reviews.llvm.org/D71060>`_)
+* For ARM architectures the default max page size was increased to 64k.
+ This increases compatibility with systems where a non standard page
+ size was configured. This also is inline with GNU ld defaults.
+ (`D77330 <https://reviews.llvm.org/D77330>`_)
* ...
Breaking changes
More information about the llvm-branch-commits
mailing list