[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
Wed Apr 15 10:07:38 PDT 2026


================
@@ -0,0 +1,102 @@
+# REQUIRES: x86 || aarch64
----------------
drodriguez wrote:

One can use `REQUIRES: x86 || aarch64` if one surrounds the pieces that use x86 and aarch64 with `%if x86 %{ ... %}`. Makes the test uglier, though.

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


More information about the llvm-commits mailing list