This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 930258935 [PPC64] Add TLS local dynamic to local exec relaxation new b0befbe9b lld: add experimental support for SHT_RELR sections.
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/Config.h | 2 + ELF/Driver.cpp | 12 +- ELF/LinkerScript.cpp | 3 +- ELF/Options.td | 6 +- ELF/Relocations.cpp | 35 +++-- ELF/SyntheticSections.cpp | 110 ++++++++++++++ ELF/SyntheticSections.h | 35 +++++ ELF/Writer.cpp | 22 ++- test/ELF/pack-dyn-relocs.s | 361 ++++++++++++++++++++++++++++++++------------- 9 files changed, 462 insertions(+), 124 deletions(-)