This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 0694730 [ELF] - Do not crash if common symbol has alignment 0. new eb1f102 [ELF] - Do not crash if symbol type set to TLS when there is [...] new 3189702 [ELF] Set max page size to 64K for AArch64
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: ELF/Symbols.cpp | 6 +- ELF/Target.cpp | 1 + test/ELF/aarch64-abs16.s | 2 +- test/ELF/aarch64-abs32.s | 6 +- test/ELF/aarch64-condb-reloc.s | 98 ++++++------- test/ELF/aarch64-copy.s | 34 ++--- test/ELF/aarch64-copy2.s | 2 +- test/ELF/aarch64-data-relocs.s | 8 +- test/ELF/aarch64-gnu-ifunc.s | 56 ++++---- test/ELF/aarch64-prel16.s | 2 +- test/ELF/aarch64-prel32.s | 2 +- test/ELF/aarch64-relocs.s | 42 +++--- test/ELF/aarch64-tls-gdie.s | 14 +- test/ELF/aarch64-tls-gdle.s | 8 +- test/ELF/aarch64-tls-ie.s | 24 ++-- test/ELF/aarch64-tls-iele.s | 8 +- test/ELF/aarch64-tls-le.s | 6 +- test/ELF/aarch64-tls-static.s | 14 +- test/ELF/aarch64-tlsdesc.s | 10 +- test/ELF/aarch64-tstbr14-reloc.s | 100 ++++++------- test/ELF/basic-aarch64.s | 22 +-- test/ELF/got-aarch64.s | 12 +- ...{common-symbol-alignment.elf => tls-symbol.elf} | Bin 456 -> 456 bytes test/ELF/invalid/tls-symbol.s | 5 + test/ELF/plt-aarch64.s | 158 ++++++++++----------- 25 files changed, 324 insertions(+), 316 deletions(-) copy test/ELF/invalid/Inputs/{common-symbol-alignment.elf => tls-symbol.elf} (84%) create mode 100644 test/ELF/invalid/tls-symbol.s