Skip to content

Commit 019be54

Browse files
bd1976brisilovepi
andauthored
Update clang/test/Driver/DTLTO/dtlto.c
Co-authored-by: Paul Kirth <[email protected]>
1 parent 1b0257c commit 019be54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Driver/DTLTO/dtlto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
/// Check that nothing is forwarded when the compiler is not in LTO mode, and that
4141
/// appropriate unused option warnings are issued.
4242
// 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 \
43+
// RUN: -fthinlto-distributor=d.exe 2>&1 \
44+
// RUN: | FileCheck %s --check-prefix=NOFLTO --implicit-check-not=distributor \
4545
// RUN: --implicit-check-not=remote-compiler
4646

4747
// NOFLTO: warning: argument unused during compilation: '-fthinlto-distributor=d.exe'

0 commit comments

Comments
 (0)