[PATCH] D52749: [LLD][COFF] Fix CRT global initializers

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 14:37:41 PDT 2018


mstorsjo added inline comments.


================
Comment at: COFF/Writer.cpp:1605
+        case 1:
+          return false;
+        case 0:
----------------
Won't this override the internal ordering based on the section name suffixes like .CRT$ABC?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52749





More information about the llvm-commits mailing list