[PATCH] D27514: Add -verify-asm-diags mode to llvm-mc
Nirav Dave via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 08:16:47 PST 2016
niravd added a comment.
> The assembler does not emit errors in source order for errors that are detected after parsing, such as during layout or fixup resolution.
Ah, right. And having the error message come out of order in those cases is natural and better for the user so we shouldn't sort the output messages.
Can you make a test example where we specifically get out-of-order messages?
Otherwise LGTM.
Repository:
rL LLVM
https://reviews.llvm.org/D27514
More information about the llvm-commits
mailing list