[PATCH] D88757: Introduce -also-print-before, making -print-changed also print before passes that modify IR

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 10:02:06 PDT 2020


jamieschmeiser added a comment.

@aeubanks, I agree but when I first put up this PR, there was a lit test failure and looking at the run command for the test, it had "/fuchsia.cpp -### -no-canonical-prefixes" in it, so I think the problem is that the existing -print-before is a prefix of -print-before-changed.  How about -also-print-before-changed?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88757/new/

https://reviews.llvm.org/D88757



More information about the llvm-commits mailing list