[clang] [clang][Driver][Darwin] Optionally use xcselect to find macOS SDK (PR #119670)

Steven Wu via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 13 09:22:28 PST 2024


================
@@ -1,3 +1,6 @@
+// XFAIL: xcselect
----------------
cachemeifyoucan wrote:

I don't feel XFAIL is correct to use here in general. It is possible to have a different host SDK and the test will actually pass, right?

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


More information about the cfe-commits mailing list