[PATCH] D52749: [LLD][COFF] Fix ordering of CRT global initializers in COMDAT sections

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 2 13:36:25 PDT 2018


mstorsjo added a comment.

In https://reviews.llvm.org/D52749#1253003, @aganea wrote:

> This is a **breaking change** from the previous behavior of LLD. Please let me know if we should go ahead with that, or if I should retain the previous TUs ordering (which was previously dependent on both the OBJs order on the command-line, and the contents of said OBJs).


My 2 cents is that I'd prefer keeping the overall order from objs on the command line if the rest of this is implementable while keeping that.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52749





More information about the llvm-commits mailing list