[llvm] [test] llvm-ar: Fix inadvertent unXFAIL for Apple platforms (PR #159796)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 29 02:57:54 PDT 2025
================
@@ -1,5 +1,6 @@
## Test extract operation.
# XFAIL: target={{.*}}-darwin{{.*}}
+# XFAIL: target={{.*}}-apple{{.*}}
----------------
jh7370 wrote:
Right, so on Swift are you saying the triple is something like `<arch>-apple-macosx`?
https://github.com/llvm/llvm-project/pull/159796
More information about the llvm-commits
mailing list