forked from OSchip/llvm-project
[VE][Clang][NFC] Disable VE toolchain tests on Windows
VE hardware is unsupported under Windows. Disable the clang VE toolchain tests here. Tests breaking because of non-POSIX path separators.
This commit is contained in:
parent
2cdc6f2ca6
commit
3b442644e2
|
@ -1,5 +1,6 @@
|
|||
/// Check the behavior of toolchain for NEC Aurora VE
|
||||
/// REQUIRES: ve-registered-target
|
||||
/// UNSUPPORTED: system-windows
|
||||
|
||||
///-----------------------------------------------------------------------------
|
||||
/// Checking dwarf-version
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/// Check the behavior of toolchain for NEC Aurora VE
|
||||
/// REQUIRES: ve-registered-target
|
||||
/// UNSUPPORTED: system-windows
|
||||
|
||||
///-----------------------------------------------------------------------------
|
||||
/// Checking dwarf-version
|
||||
|
|
Loading…
Reference in New Issue