This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d326b55fd21 [Reassociate] Remove bogus assert reported in PR42349. new d3ca385e82d [llvm-objcopy][MachO] Rebuild the symbol/string table in th [...]
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/MachO/MachOReader.cpp | 66 ++++++++++++-------- tools/llvm-objcopy/MachO/MachOReader.h | 2 +- tools/llvm-objcopy/MachO/MachOWriter.cpp | 103 +++++++++++++++++-------------- tools/llvm-objcopy/MachO/MachOWriter.h | 3 + tools/llvm-objcopy/MachO/Object.cpp | 15 +++++ tools/llvm-objcopy/MachO/Object.h | 22 +++++-- 7 files changed, 136 insertions(+), 76 deletions(-) create mode 100644 tools/llvm-objcopy/MachO/Object.cpp