This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Implement .{ctors,dtors}.<priority> sections ordering
AbandonedPublic

Authored by atanasyan on May 27 2014, 5:03 AM.

Details

Summary

In general .ctors/.dtors sections might be considered as obsoleted but they still used on some target platforms like MIPS and maybe others.

Let's support ordering of such sections.

Diff Detail

Event Timeline

atanasyan updated this revision to Diff 9831.May 27 2014, 5:03 AM
atanasyan retitled this revision from to [ELF] Implement .{ctors,dtors}.<priority> sections ordering.
atanasyan updated this object.
atanasyan edited the test plan for this revision. (Show Details)
atanasyan added reviewers: Bigcheese, shankarke, ruiu.
atanasyan added a subscriber: Unknown Object (MLST).
shankarke edited edge metadata.May 27 2014, 6:40 AM

Could you merge it with ArrayOrderPass ? what do you think ?

atanasyan abandoned this revision.May 27 2014, 9:59 AM

I abandon this revision. I plan to provide more complex and correct solution.