This is an archive of the discontinued LLVM Phabricator instance.

[InstrProf] Restore InstrProfData.inc to fix Fuchsia builds
ClosedPublic

Authored by ellis on Jan 18 2022, 5:26 PM.

Details

Summary

https://reviews.llvm.org/D116179 introduced some changes to
InstrProfData.inc which broke some downstream builds. This commit
reverts those changes since they only changes two field names.

Diff Detail

Event Timeline

ellis created this revision.Jan 18 2022, 5:26 PM
ellis retitled this revision from [NFC] Restore InstrProfData.inc to fix Fuchsia builds to [InstrProf] Restore InstrProfData.inc to fix Fuchsia builds.Jan 18 2022, 5:30 PM
ellis edited the summary of this revision. (Show Details)Jan 18 2022, 5:32 PM
ellis added reviewers: phosek, leonardchan.
ellis published this revision for review.Jan 18 2022, 5:41 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 18 2022, 5:41 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
phosek accepted this revision.Jan 18 2022, 5:57 PM

LGTM thanks!

compiler-rt/include/profile/InstrProfData.inc
649–650

It might be also worth leaving a comment here pointing to the two FIXME comments you added so we can incorporate those when we make the next change that requires a version bump.

This revision is now accepted and ready to land.Jan 18 2022, 5:57 PM
ellis updated this revision to Diff 401068.Jan 18 2022, 6:14 PM

Add fixme

This revision was landed with ongoing or failed builds.Jan 19 2022, 10:11 AM
This revision was automatically updated to reflect the committed changes.