[PATCH] D35487: [ELF] - Represent .init_array/.fini_array via synthetic sections.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 11:01:27 PDT 2017


ruiu added a comment.

I don't see a reason to convert .{init,fini}_array to synthetic sections because we can basically pass through them to results. The other approach I can think of is to convert .{dtors,ctors} to .{init,fini}_array internally so that they are processed as if they were .{init,fini}_array from the beginning.


https://reviews.llvm.org/D35487





More information about the llvm-commits mailing list