This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 25b75162b [ELF] - X86_64: Use white list for relocations checked by isPicRel. new b3266f930 Don't ignore addend in getOffset. new aeaaaa57e COFF: Layout sections in the same order as link.exe
The 2 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/Writer.cpp | 25 +++++++ ELF/InputSection.cpp | 3 - test/COFF/arm64-relocs-imports.test | 76 +++++++++---------- test/COFF/armnt-movt32t.test | 2 +- test/COFF/associative-comdat.s | 9 ++- test/COFF/baserel.test | 16 ++-- test/COFF/combined-resources.test | 28 +++---- test/COFF/common-alignment.test | 4 +- test/COFF/common.test | 10 +-- test/COFF/ctors_dtors_priority.s | 8 +- test/COFF/delayimports-armnt.yaml | 14 ++-- test/COFF/delayimports.test | 16 ++-- test/COFF/delayimports32.test | 56 +++++++------- test/COFF/export-armnt.yaml | 8 +- test/COFF/hello32.test | 8 +- test/COFF/imports.test | 10 +-- test/COFF/loadcfg.ll | 2 +- test/COFF/loadcfg.test | 2 +- test/COFF/loadcfg32.test | 2 +- test/COFF/lto-comdat.ll | 4 +- test/COFF/lto.ll | 4 +- test/COFF/manifestinput.test | 2 +- test/COFF/pdata-arm64.yaml | 2 +- test/COFF/pdb-comdat.test | 6 +- test/COFF/pdb-globals.test | 2 +- test/COFF/pdb-procid-remapping.test | 4 +- test/COFF/pdb-scopes.test | 14 ++-- test/COFF/pdb-source-lines.test | 6 +- test/COFF/pdb-symbol-types.yaml | 4 +- test/COFF/pdb-type-server-simple.test | 4 +- test/COFF/pdb.test | 135 +++++++++++++++++----------------- test/COFF/reloc-arm.test | 16 ++-- test/COFF/resource.test | 6 +- test/COFF/safeseh.s | 4 +- test/COFF/secidx-absolute.s | 10 +-- test/COFF/secrel-common.s | 18 ++--- test/COFF/string-tail-merge.s | 23 +++--- test/COFF/symtab.test | 16 ++-- test/COFF/unwind.test | 18 ++--- test/ELF/merge-gc-piece.s | 29 ++++++++ 40 files changed, 341 insertions(+), 285 deletions(-) create mode 100644 test/ELF/merge-gc-piece.s