[lld] ELF: Introduce --shuffle-padding option. (PR #117653)
Michael Platings via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 07:12:28 PST 2024
mplatings wrote:
I love the idea and I want to use it already to work around some problems I'm seeing.
If I wasn't already aware of the feature and I was scanning through a list of command-line options then I'm not sure I'd catch on to what this is from the name. I think `shuffle` implies reordering and it looks like there's no reordering going on here. `--randomize-padding` might be clearer. And `--randomize-section-padding` might be clearer still. Brevity is overrated!
https://github.com/llvm/llvm-project/pull/117653
More information about the llvm-commits
mailing list