mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 23:31:50 +08:00
Previously .init_array/.fini_array sections were not unique and we had 3 .init_array sections + 3 .fini_array input sections passed to linker, instead of 5 + 5. Differential revision: https://reviews.llvm.org/D35552 llvm-svn: 308958