This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from a547dd7f4 [ELF] - Update after LLVM r314883 change. NFC. new cb2a530c9 [ELF] - Get rid of precompiled input objects from testcases.
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/verneed.so.sh | 58 -------------------------------------- test/ELF/Inputs/verneed1.s | 32 +++++++++++++++++++++ test/ELF/Inputs/verneed1.so | Bin 2632 -> 0 bytes test/ELF/Inputs/verneed2.s | 5 ++++ test/ELF/Inputs/verneed2.so | Bin 2200 -> 0 bytes test/ELF/verneed-as-needed-weak.s | 6 +++- test/ELF/verneed-local.s | 6 +++- test/ELF/verneed.s | 8 +++++- 8 files changed, 54 insertions(+), 61 deletions(-) delete mode 100755 test/ELF/Inputs/verneed.so.sh create mode 100644 test/ELF/Inputs/verneed1.s delete mode 100755 test/ELF/Inputs/verneed1.so create mode 100644 test/ELF/Inputs/verneed2.s delete mode 100755 test/ELF/Inputs/verneed2.so