This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFCI] Migrate pseudo probes to MetadataRewriter interface
ClosedPublic

Authored by maksfb on Jun 28 2023, 5:07 PM.

Details

Summary

Use new MetdataRewriter interface to update pseudo probes.

Depends on D154021

Diff Detail

Event Timeline

maksfb created this revision.Jun 28 2023, 5:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 5:07 PM
Herald added a subscriber: mgrang. · View Herald Transcript
maksfb requested review of this revision.Jun 28 2023, 5:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 5:07 PM
maksfb updated this revision to Diff 537603.Jul 6 2023, 12:04 AM
maksfb retitled this revision from [BOLT][NFCI] Migrate pseudo probes to Rewriter interface to [BOLT][NFCI] Migrate pseudo probes to MetadataRewriter interface.
maksfb edited the summary of this revision. (Show Details)

Rebase.

Amir accepted this revision.Jul 6 2023, 10:29 AM

LG. I didn't notice before that pseudo-probe section was added to the list of debug sections to overwrite.

This revision is now accepted and ready to land.Jul 6 2023, 10:29 AM