forked from OSchip/llvm-project
Remove -Werror from test.
It is not needed since we FileCheck for the warning and -Werror itself can end up unused. llvm-svn: 225102
This commit is contained in:
parent
577637a6af
commit
f733b422d0
clang/test/Driver
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang -### -c -Werror -flto -fno-lto %s 2>&1 | FileCheck %s
|
||||
// RUN: %clang -### -c -Werror -flto -fno-lto -fno-integrated-as %s 2>&1 | FileCheck %s
|
||||
// RUN: %clang -### -c -flto -fno-lto %s 2>&1 | FileCheck %s
|
||||
// RUN: %clang -### -c -flto -fno-lto -fno-integrated-as %s 2>&1 | FileCheck %s
|
||||
|
||||
// CHECK-NOT: argument unused during compilation
|
||||
|
|
Loading…
Reference in New Issue