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 610badc commit d45ee23Copy full SHA for d45ee23
IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp
@@ -1353,6 +1353,9 @@ bool CClangTranslationBlock::TranslateClang(const TranslateClangArgs *pInputArgs
1353
optionsEx += " -U__IMAGE_SUPPORT__";
1354
}
1355
1356
+ // TODO: Workaround - remove after some time to be consistent with LLVM15+ behavior
1357
+ optionsEx += " -Wno-error=implicit-int";
1358
+
1359
IOCLFEBinaryResult *pResultPtr = NULL;
1360
int res = 0;
1361
{
0 commit comments