Skip to content

Commit 73eed01

Browse files
committed
Disable Clang's lld-repro.c test in the Swift LLVM fork
1 parent a8413c7 commit 73eed01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/test/Driver/lld-repro.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// REQUIRES: lld
22
// UNSUPPORTED: target={{.*-(ps4|ps5)}}
33

4+
// Swift LLVM fork downstream change start
5+
// lld from the Swift LLVM fork does not support linking Darwin Mach-O files
6+
// UNSUPPORTED: *
7+
// Swift LLVM fork downstream change end
8+
49
// RUN: echo "-nostartfiles -nostdlib -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t" \
510
// RUN: | sed -e 's/\\/\\\\/g' > %t.rsp
611

0 commit comments

Comments
 (0)