This is an archive of the discontinued LLVM Phabricator instance.

[llvm-profdata] Accept --version argument
ClosedPublic

Authored by michaelplatings on May 19 2023, 7:31 AM.

Details

Summary

The llvm-profdata --version output now looks like:

llvm-profdata
LLVM (http://llvm.org/):
  LLVM version 17.0.0git
  Optimized build with assertions.

This makes llvm-profdata more consistent with other tools.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2023, 7:31 AM
Herald added subscribers: hoy, wlei. · View Herald Transcript
michaelplatings requested review of this revision.May 19 2023, 7:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2023, 7:31 AM
simon_tatham accepted this revision.May 22 2023, 2:54 AM
This revision is now accepted and ready to land.May 22 2023, 2:54 AM
This revision was landed with ongoing or failed builds.May 22 2023, 6:45 AM
This revision was automatically updated to reflect the committed changes.

Hello and good afternoon from the UK,

The test added via this change has caused the following buildbot to start failing:

https://lab.llvm.org/buildbot/#/builders/216/builds/21595

are you able to take a look?

many thanks,
Tom

@michaelplatings Ah, my apologies, hadn't seen that. Many thanks for the speedy fix! 👍