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 1b0257c commit 019be54Copy full SHA for 019be54
clang/test/Driver/DTLTO/dtlto.c
@@ -40,8 +40,8 @@
40
/// Check that nothing is forwarded when the compiler is not in LTO mode, and that
41
/// appropriate unused option warnings are issued.
42
// RUN: %clang %s -### -fuse-ld=lld --target=x86_64-linux-gnu \
43
-// RUN: -fthinlto-distributor=d.exe 2>&1 | \
44
-// RUN: FileCheck %s --check-prefix=NOFLTO --implicit-check-not=distributor \
+// RUN: -fthinlto-distributor=d.exe 2>&1 \
+// RUN: | FileCheck %s --check-prefix=NOFLTO --implicit-check-not=distributor \
45
// RUN: --implicit-check-not=remote-compiler
46
47
// NOFLTO: warning: argument unused during compilation: '-fthinlto-distributor=d.exe'
0 commit comments