Skip to content

Commit 5953f09

Browse files
krystian-andrzejewskiigcbot
authored andcommitted
Integer to string fix - llvm version
This change is to correct the log entry with llvm version.
1 parent 5f8800a commit 5953f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/DumpCompilerProcessInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct DumpProcessInfo
7171

7272
// llvm build version
7373
summary += std::string("LLVM major version: ");
74-
summary += LLVM_VERSION_MAJOR;
74+
summary += std::to_string(LLVM_VERSION_MAJOR);
7575
summary += "\n\n";
7676

7777
// OS information

0 commit comments

Comments
 (0)