This is an archive of the discontinued LLVM Phabricator instance.

[unittests][llvm-exegesis] Remove build warnings [NFCI]
ClosedPublic

Authored by fpetrogalli on May 15 2023, 6:31 AM.

Details

Summary

Remove the warning caused by a missing field initializer.

The field is StartAtCycle of struct MCWriteProcResEntry.

It has been set to the default StartAtCycle = 0.

Diff Detail

Event Timeline

fpetrogalli created this revision.May 15 2023, 6:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 6:31 AM
fpetrogalli requested review of this revision.May 15 2023, 6:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 6:31 AM
fhahn accepted this revision.May 15 2023, 6:45 AM

LGTM, thanks!

This revision is now accepted and ready to land.May 15 2023, 6:45 AM

LGTM, thanks!

De nada! :)

This revision was landed with ongoing or failed builds.May 15 2023, 6:53 AM
This revision was automatically updated to reflect the committed changes.