This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Move printRelocationInfo into a method
ClosedPublic

Authored by Amir on Aug 12 2022, 2:48 PM.

Details

Summary

Move this large lambda out of readRelocations into a standalone method.

Diff Detail

Event Timeline

Amir created this revision.Aug 12 2022, 2:48 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: ayermolo. · View Herald Transcript
Amir requested review of this revision.Aug 12 2022, 2:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2022, 2:48 PM
Amir edited the summary of this revision. (Show Details)Aug 12 2022, 2:49 PM
This revision is now accepted and ready to land.Aug 12 2022, 6:36 PM
Amir updated this revision to Diff 453468.Aug 17 2022, 4:21 PM

clang-format

This revision was automatically updated to reflect the committed changes.