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

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 13:52:45 PDT 2018


aganea added inline comments.


================
Comment at: COFF/Writer.cpp:736
 
+    log("Processing section " + Pair.first.first + " -> " + Name);
+
----------------
mstorsjo wrote:
> Hmm, this log line might be useful, but might also add quite a significant amount of spam to the verbose log. At least with mingw targets, all comdats have a separate subsection name like `.text$symbolname`.
I moved it down in the .CRT part.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52749





More information about the llvm-commits mailing list