[PATCH] D124105: [ELF] Support -plugin-opt=statsfile=

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 02:00:22 PDT 2022


arichardson added a comment.

In D124105#3462404 <https://reviews.llvm.org/D124105#3462404>, @MaskRay wrote:

> If this is for LTO usage, I think we should remove `--stats-file=` recently added from D121809 <https://reviews.llvm.org/D121809> (@MTC) and keep this `-plugin-opt=stats-file=`

Yes this is purely for LTO usage. I tried building the LLVM test suite with LTO+statistics and hit the unsupported flag error.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124105/new/

https://reviews.llvm.org/D124105



More information about the llvm-commits mailing list