mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed4243c350
commit
a7be02e457
@ -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…
Reference in New Issue
Block a user