https://github.com/ian-twilightcoder updated https://github.com/llvm/llvm-project/pull/173425
>From 9d04c8eb195e1e6e07ae4a4cac269e72c5263d99 Mon Sep 17 00:00:00 2001 From: Ian Anderson <[email protected]> Date: Tue, 23 Dec 2025 15:19:45 -0800 Subject: [PATCH] [clang][test][darwin] disable lld-repro for macOS lld doesn't support macOS, disable its driver test on macOS. --- clang/test/Driver/lld-repro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Driver/lld-repro.c b/clang/test/Driver/lld-repro.c index 0e6340865b738..edb853c870fb8 100644 --- a/clang/test/Driver/lld-repro.c +++ b/clang/test/Driver/lld-repro.c @@ -1,5 +1,5 @@ // REQUIRES: lld -// UNSUPPORTED: target={{.*-(ps4|ps5)}}, target={{.*}}-zos{{.*}} +// UNSUPPORTED: target={{.*-(ps4|ps5)}}, target={{.*}}-zos{{.*}}, target={{.*}}-macosx{{.*}}, target={{.*}}-darwin{{.*}} // RUN: echo "-nostartfiles -nostdlib -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t" \ // RUN: | sed -e 's/\\/\\\\/g' > %t.rsp _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
