ELF: Use stable sort to sort .{init,fini}_array sections.
Global constructors and destructors are guaranteed to be called in the order as they appear in a translation unit. So we don't want to mess up the order if they have the same priority. llvm-svn: 260463
Loading
Please sign in to comment