We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e382784 commit 5b3369cCopy full SHA for 5b3369c
IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp
@@ -1076,7 +1076,7 @@ namespace TC
1076
// This is because clang will not allow declarations of extension's functions which use avc types otherwise.
1077
if (!(oclStd >= 120 || oclStd == 0)) continue;
1078
}
1079
- definesStr.append(" -D").append(ext);
+ definesStr.append(" -D").append(ext.str());
1080
1081
1082
0 commit comments