This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d0c1d02fc ReleaseNotes: remove superfluous 's' in 'can promotes' new 1b68a4c56 [LLD][COFF] Fix ordering of CRT global initializers in COMDAT [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: COFF/Chunks.cpp | 7 ++ COFF/Chunks.h | 5 +- COFF/Writer.cpp | 52 +++++++++-- test/COFF/Inputs/crt-dyn-initializer-order_1.yaml | 15 ++++ test/COFF/Inputs/crt-dyn-initializer-order_2.yaml | 19 ++++ test/COFF/crt-dyn-initializer-order.test | 100 ++++++++++++++++++++++ 6 files changed, 192 insertions(+), 6 deletions(-) create mode 100644 test/COFF/Inputs/crt-dyn-initializer-order_1.yaml create mode 100644 test/COFF/Inputs/crt-dyn-initializer-order_2.yaml create mode 100644 test/COFF/crt-dyn-initializer-order.test