[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 07:13:37 PST 2016
niravd added a comment.
I'm not familiar with the historical justification for verify in clang, so this may be obvious, but what do these patches give us? The assembler should be emitting comments in linear order, so I don't see where FileCheck is insufficient or more difficult to write tests with. Is the long term goal to allow checking of included files and modularize testing?
Repository:
rL LLVM
https://reviews.llvm.org/D27514
More information about the llvm-commits
mailing list