This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7b335e79d9e [NFC] Make some ObjectFormatType switches covering new 955dea43de2 [mips] Refactor expandSeq and expandSeqI methods. NFC new ddccd1de09c [llvm-objcopy] Change handling of output file permissions
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: lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 84 +++++++++++----------- .../llvm-objcopy/ELF/mirror-permissions-unix.test | 44 ++++++++++++ .../llvm-objcopy/ELF/mirror-permissions-win.test | 39 ++++++++++ test/tools/llvm-objcopy/ELF/respect-umask.test | 42 +++++++++++ tools/llvm-objcopy/llvm-objcopy.cpp | 36 +++++++--- 5 files changed, 194 insertions(+), 51 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test create mode 100644 test/tools/llvm-objcopy/ELF/mirror-permissions-win.test create mode 100644 test/tools/llvm-objcopy/ELF/respect-umask.test