Skip to content

Commit fb25cda

Browse files
committed
Removed unneeded -Werror as we can rely on the implicit check not check
1 parent 00321cf commit fb25cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/DTLTO/dtlto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/// Check the expected arguments are forwarded by default with only
4141
/// --thinlto-distributor=.
4242
// RUN: %clang --target=x86_64-linux-gnu -fthinlto-distributor=d.exe \
43-
// RUN: -fuse-ld=lld -Werror -### %s 2>&1 | \
43+
// RUN: -fuse-ld=lld -### %s 2>&1 | \
4444
// RUN: FileCheck @%t_f.rsp --check-prefix=DEFAULT
4545

4646
// DEFAULT: ld.lld

0 commit comments

Comments
 (0)