Loading
[HLSL] Leave out entryname from string table for PSV versions < 3 (#191528)
This PR adjusts how the string table is generated for PSV versions 1 and 2. Previously, the string name would be unconditionally added to the string table, when it should only be added in version 3. Adds a test to verify there is no entry name in the string table for older PSV versions. Fixes https://github.com/llvm/llvm-project/issues/117267 Assisted by: Github Copilot