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.
Paths
| Differential D110671
[AIX] Enable PGO without LTO ClosedPublic Authored by jsji on Sep 28 2021, 5:51 PM.
Details
Summary On AIX, we relied on LTO to merge the csects for profiling data/counter AIX binder now get the namedcsect support to support the merging,
Diff Detail
Event TimelineThis 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.
Revision Contents
Diff 375763 clang/lib/Driver/ToolChains/AIX.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/unsupported-option.c
|