[lld] [lld][MachO] Preserve __eh_frame ordering during BP section sorting (PR #191412)
Daniel RodrÃguez Troitiño via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 07:57:33 PDT 2026
================
@@ -0,0 +1,102 @@
+# REQUIRES: x86 || aarch64
----------------
drodriguez wrote:
The test will be able to execute if either `x86` or `aarch64` backends are available, but the test as written requires both backends to be available. I think it should be `REQUIRES: x86, aarch64`.
https://github.com/llvm/llvm-project/pull/191412
More information about the llvm-commits
mailing list