[lld] [lld][ELF] Introduce an option to keep data section prefix. (PR #148985)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 23 09:36:57 PDT 2025
================
@@ -0,0 +1,127 @@
+# REQUIRES: x86
----------------
MaskRay wrote:
>From a patch organization perspective, it would be clearer to first introduce the option in a patch and then add RELRO semantics in a follow-up patch (#148920). While it's unusual that 148920 was merged first, the changes remain on the right track... I would rename this to keep-data-section-prefix.s, not introducing a separate test file.
https://github.com/llvm/llvm-project/pull/148985
More information about the llvm-commits
mailing list