Skip to content

Commit e7da2ca

Browse files
Nuri Amarikubamracek
authored andcommitted
Properly disable clang/test/Driver/lld-repro.c
The test was failing as a result of a malformed glob in the UNSUPPORTED directive. Replace with `UNSUPPORTED target={{.*}}` to disable the test on all platforms, which I assume was the intent.
1 parent f970c36 commit e7da2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/lld-repro.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Swift LLVM fork downstream change start
55
// lld from the Swift LLVM fork does not support linking Darwin Mach-O files
6-
// UNSUPPORTED: *
6+
// UNSUPPORTED: target={{.*}}
77
// Swift LLVM fork downstream change end
88

99
// RUN: echo "-nostartfiles -nostdlib -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t" \

0 commit comments

Comments
 (0)