This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1bcfa2783 [ELF] Implement Dependent Libraries Feature new 6d58d4094 [ELF][test] Reorganize some R_*_NONE tests
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: test/ELF/Inputs/dtrace-r.o | Bin 624 -> 0 bytes test/ELF/dtrace-r.test | 8 ------- test/ELF/icf10.s | 17 +++++++++++++++ test/ELF/icf10.test | 38 ---------------------------------- test/ELF/relocation-dtrace.test | 23 -------------------- test/ELF/relocation-none-aarch64.s | 24 +++++++++++++++++++++ test/ELF/relocation-none-aarch64.test | 23 -------------------- test/ELF/relocation-none-arm.s | 17 +++++++++++++++ test/ELF/relocation-none-i386.s | 17 +++++++++++++++ test/ELF/relocation-none-i686.test | 22 -------------------- test/ELF/relocation-none-x86-64.s | 24 +++++++++++++++++++++ 11 files changed, 99 insertions(+), 114 deletions(-) delete mode 100644 test/ELF/Inputs/dtrace-r.o delete mode 100644 test/ELF/dtrace-r.test create mode 100644 test/ELF/icf10.s delete mode 100644 test/ELF/icf10.test delete mode 100644 test/ELF/relocation-dtrace.test create mode 100644 test/ELF/relocation-none-aarch64.s delete mode 100644 test/ELF/relocation-none-aarch64.test create mode 100644 test/ELF/relocation-none-arm.s create mode 100644 test/ELF/relocation-none-i386.s delete mode 100644 test/ELF/relocation-none-i686.test create mode 100644 test/ELF/relocation-none-x86-64.s