You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPIRV] Fix DebugSource for files which are not found (#7662)
#4218 and
#4362 identified
and partially fixed problems with DebugSource generation.
#6085 recognized
that exe and API users were having different outputs in DebugSource, and
attempted to fix that. However, as the conversation in
#7569 shows,
the solution was not entirely correct. This PR causes dxc to connect the
input source string, whether by exe or API, to one and only one
DebugSource, like other compilers. Files which are not found produce a
DebugSource without the second operand.
This PR fixes#7569
0 commit comments