Created
August 18, 2020 07:07
-
-
Save tru/eb37589b7cca9aebc843ab58dcefcd22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst | |
index f0482c2428c..513ad37e278 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment