This is an archive of the discontinued LLVM Phabricator instance.

[InstrProf] Add version into llvm-profdata
ClosedPublic

Authored by gulfem on Oct 5 2022, 1:34 PM.

Details

Summary

This patch adds support of printing profile version
into llvm-profdata which was proposed in:
https://discourse.llvm.org/t/llvm-profdata-failure-guarantees-for-code-coverage/64924

Diff Detail

Event Timeline

gulfem created this revision.Oct 5 2022, 1:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 1:34 PM
Herald added subscribers: Enna1, ellis. · View Herald Transcript
gulfem requested review of this revision.Oct 5 2022, 1:34 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 5 2022, 1:34 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
gulfem updated this revision to Diff 465548.Oct 5 2022, 1:53 PM

Fixed the test.

davidxl accepted this revision.Oct 5 2022, 1:56 PM

lgtm

This revision is now accepted and ready to land.Oct 5 2022, 1:56 PM
This revision was automatically updated to reflect the committed changes.