commit | 66744f8137e67bfc68b3b18ac4a2174b51f08968 | [log] [tgz] |
---|---|---|
author | Teresa Johnson <tejohnson@google.com> | Sat May 05 14:37:29 2018 +0000 |
committer | Teresa Johnson <tejohnson@google.com> | Sat May 05 14:37:29 2018 +0000 |
tree | e20dd018feb95fd638f511df456079c6fcabc4f1 | |
parent | 81d92073177e4e415c85750a005f4d8cc4294149 [diff] |
[ThinLTO] Support opt remarks options with distributed ThinLTO backends Summary: Passes down the necessary code ge options to the LTO Config to enable -fdiagnostics-show-hotness and -fsave-optimization-record in the ThinLTO backend for a distributed build. Also, remove warning about not having PGO when the input is IR. Reviewers: pcc Subscribers: mehdi_amini, inglorion, eraman, cfe-commits Differential Revision: https://reviews.llvm.org/D46464 llvm-svn: 331592