brintos

brintos / llvm-project-archived public Read only

0
0
Text · 476 B · a796fbb Raw
9 lines · plain
1// No errors. Otherwise nothing observable.2// RUN: %clang_dxc -fvk-use-dx-layout -spirv -Tlib_6_7 -### %s3 4// RUN: not %clang_dxc -fvk-use-scalar-layout -spirv -Tlib_6_7 -### %s 2>&1 | FileCheck %s -check-prefix=SCALAR5// SCALAR: error: the clang compiler does not support '-fvk-use-scalar-layout'6 7// RUN: not %clang_dxc -fvk-use-gl-layout -spirv -Tlib_6_7 -### %s 2>&1 | FileCheck %s -check-prefix=GL8// GL: error: the clang compiler does not support '-fvk-use-gl-layout' 9