[lld] ELF: Introduce --randomize-section-padding option. (PR #117653)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 21:12:09 PST 2024


================
@@ -0,0 +1,36 @@
+# REQUIRES: x86
----------------
pcc wrote:

Okay, I moved this into a single test and used the fact that bss and data are in the same PT_LOAD to cover `os->ptLoad != curPtLoad `.

https://github.com/llvm/llvm-project/pull/117653


More information about the llvm-commits mailing list