[PATCH] D128452: [LLVM][LTO][LLD] Enable Profile Guided Layout (--call-graph-profile-sort) for FullLTO
ben via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 15:00:36 PDT 2022
bd1976llvm marked 2 inline comments as done.
bd1976llvm added a comment.
In D128452#3623184 <https://reviews.llvm.org/D128452#3623184>, @MaskRay wrote:
> `at link time` is incorrect for distributed ThinLTO which happens at `clang -fthinlto-index=...` time. You may just say "ThinLTO backend compilation phase"
Thanks for spotting that. I have adopted your suggestion.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128452/new/
https://reviews.llvm.org/D128452
More information about the llvm-commits
mailing list