This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0104e2f6f9a [MathExtras] Remove unnecessary cast of a constant 1 in a s [...] new 7fcef2bc4f5 [MetaRenamer] Leave `@main` alone. new f06a792cb86 [llvm][llvm-objcopy] Added support for outputting to binary [...]
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/Transforms/Utils/MetaRenamer.cpp | 6 +- test/Transforms/MetaRenamer/main.ll | 15 ++ test/tools/llvm-objcopy/basic-align-copy.test | 37 +++++ test/tools/llvm-objcopy/basic-binary-copy.test | 25 +++ tools/llvm-objcopy/LLVMBuild.txt | 2 +- tools/llvm-objcopy/Object.cpp | 205 +++++++++++++++---------- tools/llvm-objcopy/Object.h | 55 +++++-- tools/llvm-objcopy/llvm-objcopy.cpp | 18 ++- 8 files changed, 271 insertions(+), 92 deletions(-) create mode 100644 test/Transforms/MetaRenamer/main.ll create mode 100644 test/tools/llvm-objcopy/basic-align-copy.test create mode 100644 test/tools/llvm-objcopy/basic-binary-copy.test