Skip to content

Commit cb6f0ba

Browse files
authored
[SPIRV] Update dependencies (#8346)
Updating the dependencies. One test is marked as an XFAIL. The compiler is generating incorrect SPIR-V, and the update to the validator is exposing it. An issue as been opened.
1 parent ff6b0b9 commit cb6f0ba

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

tools/clang/test/CodeGenSPIRV/shader.debug.sourcecontinued.hlsl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %dxc -T ps_6_0 -E MainPs -fspv-debug=vulkan-with-source-test -fcgl %s -spirv | FileCheck %s
22

3+
// Issue: https://github.com/microsoft/DirectXShaderCompiler/issues/8345
4+
// XFAIL: *
5+
36
// CHECK: DebugSource {{%[0-9]+}} {{%[0-9]+}}
47
// CHECK: DebugSourceContinued {{%[0-9]+}}
58

0 commit comments

Comments
 (0)