diff --git a/clang/test/Driver/lld-repro.c b/clang/test/Driver/lld-repro.c index 9457dd334b5b9..b2d4d3ede06eb 100644 --- a/clang/test/Driver/lld-repro.c +++ b/clang/test/Driver/lld-repro.c @@ -1,6 +1,11 @@ // REQUIRES: lld // UNSUPPORTED: target={{.*-(ps4|ps5)}} +// Swift LLVM fork downstream change start +// lld from the Swift LLVM fork does not support linking Darwin Mach-O files +// UNSUPPORTED: * +// Swift LLVM fork downstream change end + // RUN: echo "-nostartfiles -nostdlib -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t" \ // RUN: | sed -e 's/\\/\\\\/g' > %t.rsp