Skip to content

Commit fa4e175

Browse files
KanclerzPiotrigcbot
authored andcommitted
Remove workaround -Wno-error=implicit-int
Previously, some workloads used implicit int types in function definitions. With LLVM 15, implicit ints are treated as errors. The workaround to disable this error has now been removed, so IGC enforces the same behavior as LLVM 15 and treats implicit ints as errors.
1 parent 50ad1b5 commit fa4e175

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,9 +1353,6 @@ bool CClangTranslationBlock::TranslateClang(const TranslateClangArgs *pInputArgs
13531353
optionsEx += " -U__IMAGE_SUPPORT__";
13541354
}
13551355

1356-
// TODO: Workaround - remove after some time to be consistent with LLVM15+ behavior
1357-
optionsEx += " -Wno-error=implicit-int";
1358-
13591356
IOCLFEBinaryResult *pResultPtr = NULL;
13601357
int res = 0;
13611358
{

0 commit comments

Comments
 (0)