This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b636450ff9d [NVPTX] added match.{any,all}.sync instructions, intrinsics [...] new 4eb01045b57 [llvm-objcopy] Add support for dynamic relocations
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: .../llvm-objcopy/Inputs/{dynsym.so => dynrel.elf} | Bin 13432 -> 13560 bytes test/tools/llvm-objcopy/dynamic-relocations.test | 19 +++++++++ tools/llvm-objcopy/Object.cpp | 47 +++++++++------------ tools/llvm-objcopy/Object.h | 46 ++++++++++++++------ 4 files changed, 72 insertions(+), 40 deletions(-) copy test/tools/llvm-objcopy/Inputs/{dynsym.so => dynrel.elf} (84%) create mode 100644 test/tools/llvm-objcopy/dynamic-relocations.test