This is an archive of the discontinued LLVM Phabricator instance.

[lld] Align EC code region boundaries.
AbandonedPublic

Authored by jacek on Aug 4 2023, 2:26 PM.

Details

Reviewers
mstorsjo
Summary

Boundaries between code chunks of different architecture are always aligned. 0x100 seems to be a constant, this does not seem to be affected by any command line alignment argument.

Diff Detail