[PATCH] D35487: [ELF] - Represent .init_array/.fini_array via synthetic sections.
Orivej Desh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 11:24:31 PDT 2017
orivej added a comment.
> 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.
I did this in https://bugs.llvm.org/show_bug.cgi?id=31224#c22
https://reviews.llvm.org/D35487
More information about the llvm-commits
mailing list