This is an archive of the discontinued LLVM Phabricator instance.

[llvm][perf] fix a compiler warning when compile LLVM with LLVM_USE_PERF.
ClosedPublic

Authored by Peiming on Dec 9 2022, 4:57 PM.

Details

Summary

To fix "PerfJITEventListener.cpp:208:32: warning: missing field 'Version' initializer [-Wmissing-field-initializers]"

Diff Detail

Event Timeline

Peiming created this revision.Dec 9 2022, 4:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 4:57 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
Peiming requested review of this revision.Dec 9 2022, 4:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 4:57 PM
Peiming edited the summary of this revision. (Show Details)Dec 9 2022, 4:57 PM
ezhulenev accepted this revision.Dec 9 2022, 7:52 PM
This revision is now accepted and ready to land.Dec 9 2022, 7:52 PM
This revision was landed with ongoing or failed builds.Dec 9 2022, 9:53 PM
This revision was automatically updated to reflect the committed changes.