This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 048d5843f If user requested section alignment is greater than MaxPageSi [...] new 793de62d3 Fix ObjCPass on big-endian host new ae853f963 Make a function static. NFC. new d20d4d2dd [COFF] Add a test for producing DLLs and import libraries for ARM64 new 8b854399a [COFF] Correctly set the thumb bit in DLL export addresses new 9f4bb4a0a [ELF] - Fix calculation of memory region offset. new 8abfccdd7 [ELF] - Fix init_fini_priority.s test.
The 6 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/DLL.cpp | 8 +++- ELF/LinkerScript.cpp | 3 +- ELF/Writer.cpp | 2 +- ELF/Writer.h | 1 - lib/ReaderWriter/MachO/ObjCPass.cpp | 8 +++- .../COFF/{Inputs/export.yaml => export-arm64.yaml} | 47 ++++++++++++++-------- .../COFF/{Inputs/export.yaml => export-armnt.yaml} | 31 ++++++++++---- test/ELF/init_fini_priority.s | 24 ++++++++--- test/ELF/linkerscript/memory2.s | 14 +++++++ 9 files changed, 100 insertions(+), 38 deletions(-) copy test/COFF/{Inputs/export.yaml => export-arm64.yaml} (50%) copy test/COFF/{Inputs/export.yaml => export-armnt.yaml} (71%) create mode 100644 test/ELF/linkerscript/memory2.s