This is an archive of the discontinued LLVM Phabricator instance.

[lld] Sort code section chunks by range types on EC targets.
AbandonedPublic

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

Details

Reviewers
mstorsjo
Summary

Instead of having the code all mixed together, it's separated in each section by sorting chunks.

Test assembly looks a bit weird with its unusual alignments and manually generated code map. Those are workarounds for missing features, next patches in the series implement that and make the test look more usual.

Diff Detail