[PATCH] D46376: [ThinLTO] Add support for optimization remarks to thinBackend

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 13:28:42 PDT 2018


tejohnson added a comment.

In https://reviews.llvm.org/D46376#1086811, @pcc wrote:

> LGTM
>
> Maybe consider making `finalizeOptimizationRemarks` return an `llvm::Error` so that we can return from `thinBackend` with `return finalizeOptimizationRemarks(...)`.


Good idea, done.


Repository:
  rL LLVM

https://reviews.llvm.org/D46376





More information about the llvm-commits mailing list