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.
2 parents c70b8c1 + d6f857c commit 22b399aCopy full SHA for 22b399a
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