Commit 7a1b1df
authored
[SPIR-V] Disable validation for a broken test (microsoft#7682)
The code emitted with this test would not pass validation rules for
06677 as the empty cbuffers generate a UniformConstant variable with no
binding decoration.
Seems like an oversight from DXC which would be OK if it only happened
with `-fcgl` but since this also happens in `-O0` this is a bug.
Related to microsoft#76811 parent 7968172 commit 7a1b1df
File tree
1 file changed
+2
-1
lines changed- tools/clang/test/CodeGenSPIRV
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments