Skip to content

Commit 5b3369c

Browse files
skarczewigcbot
authored andcommitted
Remove implicit cast.
Remove implicit StringRef to std::string cast.
1 parent e382784 commit 5b3369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ namespace TC
10761076
// This is because clang will not allow declarations of extension's functions which use avc types otherwise.
10771077
if (!(oclStd >= 120 || oclStd == 0)) continue;
10781078
}
1079-
definesStr.append(" -D").append(ext);
1079+
definesStr.append(" -D").append(ext.str());
10801080
}
10811081
}
10821082

0 commit comments

Comments
 (0)