This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 02d6fa1 ELF: Undefine all symbols, not just those that we expect to b [...] new e31e1db Fix copy relocations in pie.
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 | 6 ++++-- ELF/Writer.cpp | 7 ++----- test/ELF/Inputs/copy-rel-pie.s | 9 +++++++++ test/ELF/copy-rel-pie.s | 44 ++++++++++++++++++++++++++++++++++++++++++ test/ELF/mips-got-and-copy.s | 18 +++++++++++------ test/ELF/relro.s | 2 +- 6 files changed, 72 insertions(+), 14 deletions(-) create mode 100644 test/ELF/Inputs/copy-rel-pie.s create mode 100644 test/ELF/copy-rel-pie.s