Issue |
136344
|
Summary |
[HLSL] Fix failing SPIR-V backend tests that specify --target-env vulkan1.3
|
Labels |
new issue
|
Assignees |
|
Reporter |
kmpeng
|
## Problem
When SPIRV-Tools is enabled, tests that specify the target environment `vulkan1.3` in the validation step fail.
## Temporary fix
This PR is a stop gap to get the pipeline green again:
https://github.com/llvm/llvm-project/pull/136343
## Long term fix
The current suggestion from @s-perron is to change the tests to not have external functions or variables, e.g. making the functions shader entry points. More discussion is likely needed.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs