microsoft / DirectXShaderCompiler

This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang.
Other
3.07k stars 683 forks source link

[SPIR-V] Remove bug report request when inline SPIR-V is used #6536

Open sudonatalie opened 5 months ago

sudonatalie commented 5 months ago

By design, it's possible to generate arbitrary and therefore invalid SPIR-V with inline SPIR-V. In this case, validation errors are much less likely to be the result of compiler bugs, so we should remove the following note from our output when inline SPIR-V features are used:

note: please file a bug report on https://github.com/Microsoft/DirectXShaderCompiler/issues with source code if possible

sudonatalie commented 5 months ago

@cassiebeckley Can you look into this change?