We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8413c7 commit 73eed01Copy full SHA for 73eed01
clang/test/Driver/lld-repro.c
@@ -1,6 +1,11 @@
1
// REQUIRES: lld
2
// UNSUPPORTED: target={{.*-(ps4|ps5)}}
3
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
+
9
// RUN: echo "-nostartfiles -nostdlib -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t" \
10
// RUN: | sed -e 's/\\/\\\\/g' > %t.rsp
11
0 commit comments