[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:40:30 PDT 2017
davide added a comment.
Please also note that lld doesn't really handle the case when we have mixed `.ctors` and `.init_array` from multiple object files in the non-linkerscript path.
https://reviews.llvm.org/D34326
More information about the llvm-commits
mailing list