This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 16c20f7c9 [COFF] Remove empty sections before calculating the size of s [...] new bb0013da2 [ELF] Use more specific method to calculate DT_PLTRELSZ
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/SyntheticSections.cpp | 14 ++++++++- test/ELF/aarch64-combined-dynrel-ifunc.s | 51 ++++++++++++++++++++++++++++++++ test/ELF/aarch64-combined-dynrel.s | 41 +++++++++++++++++++++++++ test/ELF/arm-combined-dynrel-ifunc.s | 49 ++++++++++++++++++++++++++++++ test/ELF/x86-64-combined-dynrel.s | 40 +++++++++++++++++++++++++ 5 files changed, 194 insertions(+), 1 deletion(-) create mode 100644 test/ELF/aarch64-combined-dynrel-ifunc.s create mode 100644 test/ELF/aarch64-combined-dynrel.s create mode 100644 test/ELF/arm-combined-dynrel-ifunc.s create mode 100644 test/ELF/x86-64-combined-dynrel.s