microsoft / DirectXShaderCompiler

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

[spirv] support enum types for OpenCL.DebugInfo.100 instructions #3137

Closed jaebaek closed 1 month ago

jaebaek commented 3 years ago

This issue is related to the debug information generation of SPIR-V backend (related PR: #3125).

s-perron commented 1 month ago

The maintainers do not have any plans to fix this. @SteveUrquhart I know you are interested in debug related issues. Let me know if this is something you might want to eventually fix.

s-perron commented 1 month ago

The problem can be see at https://godbolt.org/z/vvzacPGba. There is no DebugGlobalVariable instruction for enum_value.

SteveUrquhart commented 1 month ago

@s-perron, I appreciate you pointing these three bugs out to me. I don't see a real impact on the user's debugging experience from leaving these unfixed. It sounds like the 3 of them should be closed.