This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71dbcf0b111 [ARM] Implement TTI::getMemcpyCost new a9a1e42b679 Update checks in an instcombine test, NFC new b9ccf789ff0 [llvm-objcopy] - Check dynamic relocation sections for brok [...]
The 2 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/Transforms/InstCombine/sub.ll | 8 ++--- .../ELF/dynrelocsec-remove-shinfo-reference.test | 30 +++++++++++++++++++ .../ELF/dynrelocsec-remove-shlink-reference.test | 34 ++++++++++++++++++++++ tools/llvm-objcopy/ELF/Object.cpp | 33 +++++++++++++++++---- tools/llvm-objcopy/ELF/Object.h | 15 ++++++---- 5 files changed, 104 insertions(+), 16 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/dynrelocsec-remove-shinfo-reference.test create mode 100644 test/tools/llvm-objcopy/ELF/dynrelocsec-remove-shlink-reference.test