We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665b4f6 commit d6f857cCopy full SHA for d6f857c
amd/comgr/src/comgr-compiler.cpp
@@ -1867,7 +1867,7 @@ amd_comgr_status_t AMDGPUCompiler::linkToExecutable() {
1867
1868
amd_comgr_status_t AMDGPUCompiler::translateSpirvToBitcode() {
1869
#ifdef COMGR_DISABLE_SPIRV
1870
- LogS << "Calling AMDGPUCompiler::translateSpirvToBitcode() not supported "
+ LogS << "Calling AMDGPUCompiler::translateSpirvToBitcode() not supported. "
1871
<< "Comgr is built with -DCOMGR_DISABLE_SPIRV. Re-build LLVM and Comgr "
1872
<< "with LLVM-SPIRV-Translator support to continue.\n";
1873
return AMD_COMGR_STATUS_ERROR;
0 commit comments