Skip to content

Commit 5fa0118

Browse files
committed
SPIRV -> SPIR-V
1 parent bb9290a commit 5fa0118

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
@@ -1973,7 +1973,7 @@ amd_comgr_status_t AMDGPUCompiler::extractSpirvFlags(DataSet *BcSet) {
19731973
}
19741974
}
19751975

1976-
// COV5 required for SPIRV
1976+
// COV5 required for SPIR-V
19771977
Bc->SpirvFlags.push_back("-mcode-object-version=5");
19781978

19791979
if (env::shouldEmitVerboseLogs()) {

0 commit comments

Comments
 (0)