Skip to content

Commit eda02c2

Browse files
committed
Print the right platform-dependent amdspv executable name
1 parent f96874e commit eda02c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderdoc/driver/ihv/amd/amd_isa.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ std::string Disassemble(const SPVModule *spv, const std::string &entry, const st
167167
{
168168
if(!IsSupported(GraphicsAPI::Vulkan))
169169
{
170-
return R"(; SPIR-V disassembly not supported, couldn't locate amdspv.exe.
170+
return "; SPIR-V disassembly not supported, couldn't locate " + amdspv_name + R"(
171171
; Normally it's in plugins/amd/isa/ in your build - if you are building locally you'll need to
172172
; download the plugins package.
173173
;

0 commit comments

Comments
 (0)