This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Rename {MachO,}RewriteInstance::create methods
ClosedPublic

Authored by Amir on Feb 1 2023, 4:13 PM.

Details

Summary

Follow the code style of fallible constructors in [LLVM Programmer's Manual]
(https://llvm.org/docs/ProgrammersManual.html#fallible-constructors)
and rename RewriteInstance::createRewriteInstance to RewriteInstance::create

Diff Detail

Event Timeline

Amir created this revision.Feb 1 2023, 4:13 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Feb 1 2023, 4:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 4:13 PM
This revision is now accepted and ready to land.Feb 2 2023, 11:06 AM
Amir updated this revision to Diff 494400.Feb 2 2023, 12:22 PM

Update fuzzer and heatmap

This revision was automatically updated to reflect the committed changes.