This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Remove text section assertion
ClosedPublic

Authored by maksfb on Oct 3 2022, 6:13 PM.

Details

Summary

We can emit a binary without a new text section. Hence, the text section
assertion is not needed.

Diff Detail

Event Timeline

maksfb created this revision.Oct 3 2022, 6:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2022, 6:13 PM
Herald added a subscriber: treapster. · View Herald Transcript
maksfb requested review of this revision.Oct 3 2022, 6:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2022, 6:13 PM
rafauler accepted this revision.Oct 5 2022, 3:21 PM

LGTM

This revision is now accepted and ready to land.Oct 5 2022, 3:21 PM
This revision was automatically updated to reflect the committed changes.