This is an archive of the discontinued LLVM Phabricator instance.

[InstrProfData] Bump the raw profile version to 8
ClosedPublic

Authored by phosek on Oct 5 2021, 12:33 AM.

Details

Summary

This is to account for the change that made CountersPtr in __profd_
relative which landed in a1532ed27582038e2d9588108ba0fe8237f01844.
That change hasn't updated the raw profile version, and while the
profile layout stayed the same, profiles generated by tip-of-tree
LLVM are incompatible with 13.x tooling.

Diff Detail

Event Timeline

phosek requested review of this revision.Oct 5 2021, 12:33 AM
phosek created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 5 2021, 12:33 AM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
davidxl accepted this revision.Oct 5 2021, 9:08 AM

lgtm

This revision is now accepted and ready to land.Oct 5 2021, 9:08 AM
This revision was landed with ongoing or failed builds.Oct 5 2021, 9:58 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2022, 3:34 PM
Herald added subscribers: Enna1, ellis. · View Herald Transcript