[libunwind] libunwind: Remove OS requirements from tests to make them run on more OSes (PR #167642)
Alexander Richardson via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 3 08:21:21 PST 2025
================
@@ -8,7 +8,8 @@
//===----------------------------------------------------------------------===//
// Ensure that leaf function can be unwund.
-// REQUIRES: target={{(aarch64|loongarch64|riscv64|s390x|x86_64)-.+linux.*}}
+// REQUIRES: target={{(aarch64|loongarch64|riscv64|s390x|x86_64)-.+}}
+// UNSUPPORTED: target={{.*-windows.*}}
----------------
arichardson wrote:
This one is missing the unsupported for target=x86_64-apple-darwin24.1.0
https://github.com/llvm/llvm-project/pull/167642
More information about the cfe-commits
mailing list