Author: Ian Anderson Date: 2026-01-05T11:53:52-08:00 New Revision: ec719db95b1c8e2a6d4ce68a220c86b69159bbd8
URL: https://github.com/llvm/llvm-project/commit/ec719db95b1c8e2a6d4ce68a220c86b69159bbd8 DIFF: https://github.com/llvm/llvm-project/commit/ec719db95b1c8e2a6d4ce68a220c86b69159bbd8.diff LOG: [clang][test][darwin] disable lld-repro for macOS (#173425) lld doesn't support macOS, disable its driver test on macOS. Added: Modified: clang/test/Driver/lld-repro.c Removed: ################################################################################ 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
