This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 915fd73c02d [InstCombine] add tests for shuffle+binop fold; NFC new 14107a3c418 [llvm-objcopy] Add --build-id-link-dir flag new 40c46461742 [InstCombine] rearrange shuffle+binop fold; NFC
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: include/llvm/BinaryFormat/ELF.h | 2 + .../InstCombine/InstructionCombining.cpp | 17 ++--- test/tools/llvm-objcopy/ELF/bad-build-id.test | 21 ++++++ test/tools/llvm-objcopy/ELF/build-id-link-dir.test | 56 ++++++++++++++++ .../llvm-objcopy/ELF/no-build-id-no-notes.test | 11 ++++ test/tools/llvm-objcopy/ELF/no-build-id.test | 21 ++++++ tools/llvm-objcopy/CopyConfig.cpp | 9 ++- tools/llvm-objcopy/CopyConfig.h | 3 + tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 77 +++++++++++++++++++++- tools/llvm-objcopy/ELF/Object.h | 2 +- tools/llvm-objcopy/ObjcopyOpts.td | 12 ++++ 11 files changed, 220 insertions(+), 11 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/bad-build-id.test create mode 100644 test/tools/llvm-objcopy/ELF/build-id-link-dir.test create mode 100644 test/tools/llvm-objcopy/ELF/no-build-id-no-notes.test create mode 100644 test/tools/llvm-objcopy/ELF/no-build-id.test