[PATCH] D98679: [ELF] Change --shuffle-sections=<seed> to --shuffle-sections=<section-glob>=<seed>
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 16 02:43:20 PDT 2021
jhenderson added a comment.
I've not got the time to review this whole change right now, but I've checked and it should be safe from our point of view to change the command-line option. An alternative non-breaking approach would be to treat a shuffle-sections argument without an equals sign as the old-style, but that might be unnecessary additional complexity.
================
Comment at: lld/docs/ReleaseNotes.rst:33
+* ``--shuffle-sections=<seed>`` has been changed to ``--shuffle-sections=<section-glob>=<seed>``.
+ Specify ``*`` as ``<section-glob>`` to get the original behavior.
----------------
I think this sounds better.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98679/new/
https://reviews.llvm.org/D98679
More information about the llvm-commits
mailing list