This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 618398db9 [ELF] Set Out::TlsPhdr earlier for encoding packed reloc tables new 4c25fcc55 [COFF] Fix a block with incorrect indentation. NFC. new 93e3f19b6 [COFF] Add support for delay loading DLLs for ARM64 new 9b7710b45 [COFF] Fix the name mangling of a function in the autoexport [...]
The 3 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 | 6 +-- COFF/Chunks.h | 4 ++ COFF/DLL.cpp | 54 ++++++++++++++++++++++++ COFF/MinGW.cpp | 2 +- COFF/SymbolTable.cpp | 6 +-- test/COFF/arm64-delayimport.yaml | 91 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 156 insertions(+), 7 deletions(-) create mode 100644 test/COFF/arm64-delayimport.yaml