[llvm] [test] llvm-ar: Fix inadvertent unXFAIL for Apple platforms (PR #159796)

Anthony Latsis via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 04:15:33 PDT 2025


================
@@ -1,5 +1,6 @@
 ## Test extract operation.
 # XFAIL: target={{.*}}-darwin{{.*}}
+# XFAIL: target={{.*}}-apple{{.*}}
----------------
AnthonyLatsis wrote:

Actually, the vendor is `apple` here too, so perhaps `XFAIL: target={{.*}}-apple-{{.*}}` is indeed enough.

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


More information about the llvm-commits mailing list