[PATCH] D122983: [C11/C2x] Change the behavior of the implicit function declaration warning
David Tenty via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 21 09:31:27 PDT 2022
daltenty added a comment.
In D122983#3464759 <https://reviews.llvm.org/D122983#3464759>, @aaron.ballman wrote:
> In D122983#3464724 <https://reviews.llvm.org/D122983#3464724>, @Jake-Egan wrote:
>
>> Hi, we also have a failure on AIX with test-suite `call to undeclared library function '%0' with type %1; ISO C99 and later` https://lab.llvm.org/buildbot/#/builders/214/builds/825/steps/9/logs/stdio
>
> Thanks for letting me know, this should now be fixed.
Looks like there are more test-suite case breaking beyond the one you fixed:
https://lab.llvm.org/buildbot/#/builders/214/builds/842
I suspect there will be more with the scope of this change unfortunately.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122983/new/
https://reviews.llvm.org/D122983
More information about the cfe-commits
mailing list