[lld] [lld][MachO] Preserve __eh_frame ordering during BP section sorting (PR #191412)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 09:16:20 PDT 2026
================
@@ -0,0 +1,102 @@
+# REQUIRES: x86 || aarch64
----------------
keith wrote:
yea i tried to cover that in my comment above:
https://github.com/llvm/llvm-project/pull/191412#discussion_r3065453068
> this config means this test will only run if the project is configured to build both targets, that might not be what you want, you can do x86 || aarch64 here but then you'd have to change the test accordingly.
https://github.com/llvm/llvm-project/pull/191412
More information about the llvm-commits
mailing list