This is an archive of the discontinued LLVM Phabricator instance.

[ELF][test][NFC] Make a test standard compliant
ClosedPublic

Authored by ikudrin on Oct 4 2021, 9:05 AM.

Details

Summary

PT_LOAD segments in the program header must be sorted by their virtual addresses, so they should be defined in a similar order as the associated sections.

Diff Detail

Event Timeline

ikudrin created this revision.Oct 4 2021, 9:05 AM
ikudrin requested review of this revision.Oct 4 2021, 9:05 AM
MaskRay accepted this revision.Oct 4 2021, 5:43 PM

Thanks!

This revision is now accepted and ready to land.Oct 4 2021, 5:43 PM
This revision was automatically updated to reflect the committed changes.