This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 4f052b7 [ELF] - Do not crash on absolute local symbol starting from ".L". new 6769baa [ELF] - Do not crash if common symbol alignment set to value [...] new 97661f3 [ELF][ARM] Garbage collection support for .ARM.exidx sections
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/InputFiles.cpp | 20 ++++ ELF/InputFiles.h | 1 + ELF/InputSection.h | 3 + ELF/MarkLive.cpp | 2 + test/ELF/arm-exidx-gc.s | 123 +++++++++++++++++++++ ...-alignment.elf => common-symbol-alignment2.elf} | Bin 456 -> 456 bytes test/ELF/invalid/common-symbol-alignment.s | 8 +- 7 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 test/ELF/arm-exidx-gc.s copy test/ELF/invalid/Inputs/{common-symbol-alignment.elf => common-symbol-alignme [...]