[PATCH] D35608: Migrate SimplifyLibCalls to new OptimizationRemarkEmitter
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 22:53:30 PDT 2017
lenary added a comment.
@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.
https://reviews.llvm.org/D35608
More information about the llvm-commits
mailing list