This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 896ad3a41 [lld][ELF] Add tests for bad subsection length in .ARM.attributes new 905eb1482 [ELF][RISCV] Create dummy .sdata for __global_pointer$ if .sd [...]
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/Symbols.cpp | 1 + ELF/Symbols.h | 3 +++ ELF/SyntheticSections.cpp | 17 +++++++++++++++++ ELF/SyntheticSections.h | 10 ++++++++++ ELF/Writer.cpp | 14 +++++++++++--- test/ELF/riscv-gp-dummy-sdata.s | 25 +++++++++++++++++++++++++ test/ELF/riscv-gp.s | 26 ++++++++++++++++++++++++++ 7 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 test/ELF/riscv-gp-dummy-sdata.s create mode 100644 test/ELF/riscv-gp.s