[PATCH] D27514: Add -verify-asm-diags mode to llvm-mc

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 07:25:46 PST 2016


olista01 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.

I also think it's easier to write robust tests using this than FileCheck, as you don't have to regex-match the line and column numbers.


Repository:
  rL LLVM

https://reviews.llvm.org/D27514





More information about the llvm-commits mailing list