[clang] [AIX] Turn on `#pragma mc_func` check by default (PR #101336)
Qiongsi Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 2 09:54:18 PDT 2024
qiongsiwu wrote:
@AaronBallman sorry to bug you. This patch was not tested sufficiently on my end and it is causing build failures on AIX buildbots due to the aforementioned system headers including `#pragma mc_func`. See https://lab.llvm.org/buildbot/#/builders/64/builds/582/steps/5/logs/stdio for example. The compiler-rt cmake files need some updates to add the `no-err` flag. Additionally, there are tests that needs to be updated (we need to augment the tests with `-fno-err-pragma-mc-func-aix` e.g. https://lab.llvm.org/buildbot/#/builders/64/builds/550). Do you think it is reasonable to revert this PR for now (and from llvm19)? We can reland the PR once these necessary changes are made in one batch together?
Thanks for your input!
https://github.com/llvm/llvm-project/pull/101336
More information about the cfe-commits
mailing list