[PATCH] D77393: [X86] Fix implicit sign conversion warnings in X86 headers.
pierre gousseau via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 07:34:27 PDT 2020
pgousseau added a comment.
In D77393#1969419 <https://reviews.llvm.org/D77393#1969419>, @probinson wrote:
> It looks like you're not actually interested in the compiled output, but just whether warnings occurred; in that case you'd be better off with `-verify -fsyntax-only` and `// expected-no-diagnostics`.
Sounds good! Committed at https://github.com/llvm/llvm-project/commit/937e63b8d5e961c2a7da25558bbcdd5388182b67
Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77393/new/
https://reviews.llvm.org/D77393
More information about the cfe-commits
mailing list