[lld] [lld][ELF] Allow `.data.rel.ro.unlikely` to be RELRO (PR #148920)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 19 00:01:26 PDT 2025
================
@@ -0,0 +1,89 @@
+# REQUIRES: x86
----------------
MaskRay wrote:
We use x86 as a placeholder for target-agnostic behavior. llvm-mc depends on llvm/lib/Target/X86, and we use `REQUIRES: x86` to prevent test execution when LLVM_TARGETS_TO_BUILD skips x86.
https://github.com/llvm/llvm-project/pull/148920
More information about the llvm-commits
mailing list