Skip to content

Commit d6f857c

Browse files
committed
[Comgr][SPIRV][NFC] typo fix
1 parent 665b4f6 commit d6f857c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/comgr/src/comgr-compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ amd_comgr_status_t AMDGPUCompiler::linkToExecutable() {
18671867

18681868
amd_comgr_status_t AMDGPUCompiler::translateSpirvToBitcode() {
18691869
#ifdef COMGR_DISABLE_SPIRV
1870-
LogS << "Calling AMDGPUCompiler::translateSpirvToBitcode() not supported "
1870+
LogS << "Calling AMDGPUCompiler::translateSpirvToBitcode() not supported. "
18711871
<< "Comgr is built with -DCOMGR_DISABLE_SPIRV. Re-build LLVM and Comgr "
18721872
<< "with LLVM-SPIRV-Translator support to continue.\n";
18731873
return AMD_COMGR_STATUS_ERROR;

0 commit comments

Comments
 (0)