[lld] ELF: Introduce --shuffle-padding flag. (PR #117653)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 27 16:04:19 PST 2024
================
@@ -796,6 +796,15 @@ class RelroPaddingSection final : public SyntheticSection {
void writeTo(uint8_t *buf) override {}
};
+class ShufflePaddingSection final : public SyntheticSection {
----------------
pcc wrote:
We can always rename the section if it turns out to be needed for another purpose. For now let's name it after its only user so that it's clear what it's used for.
https://github.com/llvm/llvm-project/pull/117653
More information about the llvm-commits
mailing list