mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
[llvm-config] Fix cflags test looking for "warning"
This will fail if you configure with e.g. -Wno-unknown-warning-option. Change it to check for 'warning:' just like we did for 'error:' in r289484. llvm-svn: 304239
This commit is contained in:
parent
4dac882c99
commit
84f0d5ac88
@ -4,4 +4,4 @@ RUN: llvm-config --cxxflags 2>&1 | FileCheck %s
|
||||
CHECK: -I
|
||||
CHECK: {{[/\\]}}include
|
||||
CHECK-NOT: error:
|
||||
CHECK-NOT: warning
|
||||
CHECK-NOT: warning:
|
||||
|
Loading…
x
Reference in New Issue
Block a user