[clang] [alpha.webkit.UncountedCallArgsChecker] Detect & ignore trivial function calls. (PR #81808)

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 15 10:53:20 PST 2024


haoNoQ wrote:

Oh, this sort of stuff usually happens because the default target triple in the test is the target triple for the host machine, so you'll get different target-specific compiler behavior on different buildbots, in particular `sizeof(unsigned long)` may be different. You can add eg. `-triple x86_64-darwin` to freeze the triple and force windows bots to cross-compile for mac. This probably doesn't affect your test.

https://github.com/llvm/llvm-project/pull/81808


More information about the cfe-commits mailing list