Skip to content

Commit 5e0bb14

Browse files
authored
Set supported validator version on DXC/disable_paq.hlsl (microsoft#6493)
This test is failing in the internal validator back-compat suite because the feature is not supported on older validators.
1 parent 8322cab commit 5e0bb14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/clang/test/DXC/disable_paq.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: dxil-1-8
12
// RUN: %dxc -T lib_6_7 -disable-payload-qualifiers %s 2>&1 | FileCheck %s
23
// RUN: %dxc -T lib_6_8 -disable-payload-qualifiers %s 2>&1 | FileCheck %s
34

0 commit comments

Comments
 (0)