This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 133e017 Don't depend on lld creating relocations in ro segments. new a74ccac Don't create dynamic relocations to ro segments.
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.h | 3 +- ELF/Writer.cpp | 185 ++++++++++++++++++---------------- test/ELF/Inputs/protected-shared.s | 3 + test/ELF/Inputs/undef-with-plt-addr.s | 4 + test/ELF/copy-errors.s | 15 +++ test/ELF/copy-in-shared.s | 12 +-- test/ELF/eh-frame-dyn-rel.s | 7 +- test/ELF/i386-got-and-copy.s | 1 - test/ELF/undef-with-plt-addr.s | 26 ++++- test/ELF/x86-64-reloc-32-fpic.s | 2 +- test/ELF/x86-64-reloc-pc32-fpic.s | 2 +- 11 files changed, 152 insertions(+), 108 deletions(-) create mode 100644 test/ELF/copy-errors.s