[PATCH] D34326: [ELF] - Allow mixing .init_array.* and .ctors.* sections in linkerscript.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 18 03:39:13 PDT 2017


davide added a comment.

Pretty much every version of gas released in the last 10 years emits exclusively `.init_array`.
I see what you're fixing here, but is this something that can happen in practice?


https://reviews.llvm.org/D34326





More information about the llvm-commits mailing list