forked from OSchip/llvm-project
[llvm-config] Unsupported should be win32
Hopefully this will fix the failing Windows bot. llvm-svn: 289497
This commit is contained in:
parent
d82cc61744
commit
e96abc6d45
|
@ -1,5 +1,5 @@
|
|||
RUN: llvm-config --system-libs 2>&1 | FileCheck %s
|
||||
UNSUPPORTED: system-windows
|
||||
UNSUPPORTED: win32
|
||||
CHECK: -l
|
||||
CHECK-NOT: error
|
||||
CHECK-NOT: warning
|
||||
|
|
Loading…
Reference in New Issue