blob: c0d36d49c8f8c24c47fcb9cb2c35148609316399 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// UNSUPPORTED: spirv-tools
// The RUN command doesn't work on some Windows shells.
// UNSUPPORTED: system-windows
// REQUIRES: spirv-registered-target
// RUN: env PATH='' not %clang -o /dev/null --target=spirv64 --save-temps -v %s 2>&1 | FileCheck %s
// CHECK: error: cannot find SPIR-V Tools binary 'spirv-as'
// CHECK: error: cannot find SPIR-V Tools binary 'spirv-link'
|