[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 22 01:16:00 PDT 2025


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

"apple" here doesn't line up with the "macosx" you mention in the PR description?

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


More information about the llvm-commits mailing list