Skip to content

Commit bec18ea

Browse files
committed
SPIRV -> SPIR-V
1 parent d9ae6a3 commit bec18ea

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
@@ -1931,7 +1931,7 @@ static inline const std::unordered_set<std::string_view> ValidSpirvFlags{
19311931
amd_comgr_status_t AMDGPUCompiler::extractSpirvFlags(DataSet *BcSet) {
19321932

19331933
for (auto *Bc : BcSet->DataObjects) {
1934-
// Create SPIRV IR Module from Bitcode Buffer
1934+
// Create SPIR-V IR Module from Bitcode Buffer
19351935
SMDiagnostic SMDiag;
19361936
LLVMContext Context;
19371937
Context.setDiagnosticHandler(

0 commit comments

Comments
 (0)