[PATCH] D46376: [ThinLTO] Add support for optimization remarks to thinBackend
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 11:42:36 PDT 2018
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
Maybe consider making `finalizeOptimizationRemarks` return an `llvm::Error` so that we can return from `thinBackend` with `return finalizeOptimizationRemarks(...)`.
Repository:
rL LLVM
https://reviews.llvm.org/D46376
More information about the llvm-commits
mailing list