This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d9bfe48 Really define --export-dynamic-symbol= as an alias to --expor [...] new a677405 [ELF] - Implemented optimization for R_X86_64_GOTPCREL relocation.
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/InputSection.cpp | 4 ++ ELF/Relocations.cpp | 18 ++++++--- ELF/Relocations.h | 1 + ELF/Target.cpp | 27 +++++++++++++ ELF/Target.h | 3 ++ test/ELF/Inputs/gotpc-relax-und-dso.s | 4 ++ test/ELF/gotpc-relax-und-dso.s | 72 +++++++++++++++++++++++++++++++++ test/ELF/gotpc-relax.s | 76 +++++++++++++++++++++++++++++++++++ 8 files changed, 199 insertions(+), 6 deletions(-) create mode 100644 test/ELF/Inputs/gotpc-relax-und-dso.s create mode 100644 test/ELF/gotpc-relax-und-dso.s create mode 100644 test/ELF/gotpc-relax.s