This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Fix flush pending relocs
ClosedPublic

Authored by rafauler on May 10 2023, 6:03 PM.

Details

Reviewers
Amir
maksfb
Group Reviewers
Restricted Project
Commits
rG77811752e3c7: [BOLT] Fix flush pending relocs
Summary

https://github.com/facebookincubator/BOLT/pull/255 accidentally
omitted a relocation type when refactoring the code. Add this type back
and change function name so its intent is more clear.

Diff Detail

Event Timeline

rafauler created this revision.May 10 2023, 6:03 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
rafauler requested review of this revision.May 10 2023, 6:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2023, 6:03 PM
Amir added a comment.May 10 2023, 7:24 PM

Thanks for noticing and fixing this. Can you please reformat this diff?

rafauler updated this revision to Diff 521374.May 11 2023, 11:07 AM

clang-format

Amir accepted this revision.May 11 2023, 11:50 AM
This revision is now accepted and ready to land.May 11 2023, 11:50 AM
This revision was automatically updated to reflect the committed changes.