[PATCH] D88757: Introduce -also-print-before, making -print-changed also print before passes that modify IR
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 22 19:57:32 PDT 2020
aeubanks added a comment.
In D88757#2347769 <https://reviews.llvm.org/D88757#2347769>, @jamieschmeiser wrote:
> @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?
I thought `-###` added quotes to not have this sort of issue.
What exactly is the test failure?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88757/new/
https://reviews.llvm.org/D88757
More information about the llvm-commits
mailing list