[PATCH] D156224: [Clang] use unsigned integer constants in unit-test | fixes build error on ppc64le-lld-multistage-test
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 25 04:47:50 PDT 2023
aaron.ballman added a comment.
In D156224#4531659 <https://reviews.llvm.org/D156224#4531659>, @cor3ntin wrote:
> Thanks for the quick fix. Any idea why it would only show up on ppc64 @aaron.ballman ?
Not certain, to be honest. The diagnostic is enabled by `-Wextra` so I would have imagined this was enabled all over. My guess is that this bot was configured with `-Werror` whereas other bots showed the issue but as a warning.
Changes LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156224/new/
https://reviews.llvm.org/D156224
More information about the cfe-commits
mailing list