[PATCH] D60942: Emit diagnostic if an inline asm constraint requires an immediate
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 28 00:59:52 PDT 2019
void added a comment.
I've updated this patch to better coincide with D60943 <https://reviews.llvm.org/D60943>. It adds support for RISC-V inline asm immediate constraints (to make the errors match those of the front-end) and a few more tests. Please take another look, since these are non-trivial changes.
Thanks!
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60942/new/
https://reviews.llvm.org/D60942
More information about the llvm-commits
mailing list