[clang] [clang][driver][darwin] disable lld-repro for macOS (PR #173425)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 23 15:23:30 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Ian Anderson (ian-twilightcoder)
<details>
<summary>Changes</summary>
lld doesn't support macOS, disable its driver test on macOS.
---
Full diff: https://github.com/llvm/llvm-project/pull/173425.diff
1 Files Affected:
- (modified) clang/test/Driver/lld-repro.c (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/173425
More information about the cfe-commits
mailing list