This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFCI] Remove redundant instance of MCAsmBackend
ClosedPublic

Authored by maksfb on Jun 13 2023, 12:22 PM.

Details

Summary

Use instance of MCAsmBackend from BinaryContext instead of creating a
new one.

Diff Detail

Event Timeline

maksfb created this revision.Jun 13 2023, 12:22 PM
Herald added a reviewer: Amir. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: treapster. · View Herald Transcript
maksfb requested review of this revision.Jun 13 2023, 12:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 12:22 PM
Amir accepted this revision.Jun 13 2023, 1:06 PM
This revision is now accepted and ready to land.Jun 13 2023, 1:06 PM
This revision was automatically updated to reflect the committed changes.