[PATCH] D35608: Migrate SimplifyLibCalls to new OptimizationRemarkEmitter

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 11:00:48 PDT 2017


anemet added a comment.

In https://reviews.llvm.org/D35608#821184, @lenary wrote:

> @anemet I don't have commit privileges, and apparently something is broken with `-pass-remarks-output=...` (when used with `-passes=...`) in that `-pass-remarks-output=-` works when i test it at the command line (ie the yaml is printed to stdout), but if i give it a filename, then it doesn't actually leave a file with that name behind. It seems out-of-scope of this commit to trace that issue.


OK, I'll commit it.  As discussed, please file a bug for this.  Thanks.


https://reviews.llvm.org/D35608





More information about the llvm-commits mailing list