This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Enable PGO without LTO
ClosedPublic

Authored by jsji on Sep 28 2021, 5:51 PM.

Details

Reviewers
Whitney
Group Reviewers
Restricted Project
Commits
rG1e48951c736c: [AIX] Enable PGO without LTO
Summary

On AIX, we relied on LTO to merge the csects for profiling data/counter
sections.

AIX binder now get the namedcsect support to support the merging,
so now we can enable PGO without LTO with the new binder.

Diff Detail

Event Timeline

jsji created this revision.Sep 28 2021, 5:51 PM
jsji requested review of this revision.Sep 28 2021, 5:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2021, 5:51 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Whitney accepted this revision.Sep 28 2021, 5:59 PM
This revision is now accepted and ready to land.Sep 28 2021, 5:59 PM
This revision was landed with ongoing or failed builds.Sep 28 2021, 7:00 PM
This revision was automatically updated to reflect the committed changes.