This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 744c960d128 [llvm-pdbutil] Add missing pdb for test new bd934ffaabd [llvm-objcopy] Factor out CopyConfig
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: tools/llvm-objcopy/CMakeLists.txt | 1 + tools/llvm-objcopy/CopyConfig.cpp | 424 ++++++++++++++++++++++++++++++++ tools/llvm-objcopy/CopyConfig.h | 113 +++++++++ tools/llvm-objcopy/Object.h | 10 +- tools/llvm-objcopy/llvm-objcopy.cpp | 464 +----------------------------------- 5 files changed, 541 insertions(+), 471 deletions(-) create mode 100644 tools/llvm-objcopy/CopyConfig.cpp create mode 100644 tools/llvm-objcopy/CopyConfig.h