[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:11:42 PDT 2025


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

I believe so, given the platform is `darwin` in https://github.com/llvm/llvm-project/pull/130144 and our own standalone LLVM builds. It seems to be the default:

https://github.com/llvm/llvm-project/blob/3c98be41465e16038aec7b5e088a2d0fbbcf8647/llvm/cmake/config.guess#L1315

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


More information about the llvm-commits mailing list