This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1d7697048 [ELF][MIPS] Make some tests tolerant of exact sections addres [...] new 46316b4c4 [ELF] Implement scanner for Cortex-A53 Erratum 843419
The 1 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/CMakeLists.txt | 1 + ELF/Config.h | 1 + ELF/Driver.cpp | 4 + ELF/Options.td | 3 + ELF/Writer.cpp | 14 +- test/ELF/aarch64-cortex-a53-843419-address.s | 138 ++++++++++ test/ELF/aarch64-cortex-a53-843419-cli.s | 10 + test/ELF/aarch64-cortex-a53-843419-nopatch.s | 338 +++++++++++++++++++++++++ test/ELF/aarch64-cortex-a53-843419-recognize.s | 336 ++++++++++++++++++++++++ test/ELF/aarch64-cortex-a53-843419-thunk.s | 44 ++++ 10 files changed, 886 insertions(+), 3 deletions(-) create mode 100644 test/ELF/aarch64-cortex-a53-843419-address.s create mode 100644 test/ELF/aarch64-cortex-a53-843419-cli.s create mode 100644 test/ELF/aarch64-cortex-a53-843419-nopatch.s create mode 100644 test/ELF/aarch64-cortex-a53-843419-recognize.s create mode 100644 test/ELF/aarch64-cortex-a53-843419-thunk.s