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
The Khronos SPIRV-LLVM translator does not parse OpSource correctly. This
was causing tests to fail and other mysterious issues.
These are resolved by only generating a single OpSource instruction for now,
which does not have the source file locations also.
See KhronosGroup/SPIRV-LLVM-Translator#2188
Running
llvm-spirv -r ./test.spv --spirv-debug
prints:It fails to consider that
OpSource
accepts optional operands, and then tries to parse the optional parameter as an instruction.The text was updated successfully, but these errors were encountered: