[PATCH] D86579: Add lld/ELF release notes for release/11.x
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 01:28:41 PDT 2020
grimar added inline comments.
================
Comment at: lld/docs/ReleaseNotes.rst:34
+ (`D78983 <https://reviews.llvm.org/D78983>`_)
+* ``--shuffle-sections=`` is added to introduce randomization in the output to help reduce measurement bias and detect static initialization order fiasco.
+ (`D74791 <https://reviews.llvm.org/D74791>`_)
----------------
This and other lines sometimes looks too long. Should them be wrapped like was done for, e.g., `--time-trace`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86579/new/
https://reviews.llvm.org/D86579
More information about the llvm-commits
mailing list