This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5de4f4e917 [MC] Don't emit .symver redirected symbols to the symbol table new cdd35ed8411 Revert r369230 and r369231
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/MachO/basic-executable-copy.test | 291 ----------------- tools/llvm-objcopy/CMakeLists.txt | 1 - tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp | 348 --------------------- tools/llvm-objcopy/MachO/MachOLayoutBuilder.h | 50 --- tools/llvm-objcopy/MachO/MachOObjcopy.cpp | 6 +- tools/llvm-objcopy/MachO/MachOReader.cpp | 41 --- tools/llvm-objcopy/MachO/MachOReader.h | 3 - tools/llvm-objcopy/MachO/MachOWriter.cpp | 301 ++++++++++++------ tools/llvm-objcopy/MachO/MachOWriter.h | 19 +- tools/llvm-objcopy/MachO/Object.h | 27 -- 10 files changed, 210 insertions(+), 877 deletions(-) delete mode 100644 test/tools/llvm-objcopy/MachO/basic-executable-copy.test delete mode 100644 tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp delete mode 100644 tools/llvm-objcopy/MachO/MachOLayoutBuilder.h