This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] LongJmp: Use per-function alignment values
ClosedPublic

Authored by yota9 on Mar 9 2022, 8:29 AM.

Details

Summary

The per-function alignment values must be used in order to create
tentative layout.

Diff Detail

Event Timeline

yota9 created this revision.Mar 9 2022, 8:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 8:29 AM
Herald added a subscriber: ayermolo. · View Herald Transcript
yota9 requested review of this revision.Mar 9 2022, 8:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 8:29 AM
yota9 retitled this revision from LongJmp: Use per-function alignment values to [BOLT] LongJmp: Use per-function alignment values.Mar 9 2022, 8:30 AM
yota9 updated this revision to Diff 414110.Mar 9 2022, 8:32 AM

Remove unused extern opts

rafauler accepted this revision.Mar 9 2022, 6:40 PM

LGTM, thanks!

This revision is now accepted and ready to land.Mar 9 2022, 6:40 PM
This revision was automatically updated to reflect the committed changes.