[PATCH] D21005: Add a -verify-after-all option

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 5 15:17:16 PDT 2016


sanjoy added a comment.

In http://reviews.llvm.org/D21005#449347, @mehdi_amini wrote:

> I'd rather keep the name "verify-each" or "verify-after-each" (the "after-all" sounds odd to me) and nuke the opt option which seems redundant now.


I named this keeping consistent with the similar `-print-after-all` option (in the future we might even want a `-verify-after=...` option like we have for `-print-after=...` today).

I do plan to nuke the `opt -verify-each` once this change is in.


http://reviews.llvm.org/D21005





More information about the llvm-commits mailing list