[PATCH] D122983: [C11/C2x] Change the behavior of the implicit function declaration warning
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 21 09:46:33 PDT 2022
aaron.ballman added a comment.
In D122983#3465052 <https://reviews.llvm.org/D122983#3465052>, @daltenty wrote:
> 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.
I agree there will be more -- it's incredibly frustrating that the AIX bot runs the test-suite but stops testing after the first failure. It makes it really hard to maintain. :-(
I've been keeping my eye on that bot and have been fixing up the tests as they get noticed, but if someone who has access to AIX wanted to tell me all of the test failures so I could hit them all at once (or disable the warnings in CMakeLists.txt and Makefile), that'd be greatly appreciated!
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