This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f84ae548d74 Visualizer for APInt and remove obsolete visualizer new 770bd56d0d4 [llvm-objcopy][MachO] Recompute and update offset/size fiel [...]
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/Inputs/various-symbols.s | 23 ++ .../llvm-objcopy/MachO/real-world-input-copy.test | 6 + tools/llvm-objcopy/MachO/MachOObjcopy.cpp | 2 + tools/llvm-objcopy/MachO/MachOReader.cpp | 8 +- tools/llvm-objcopy/MachO/MachOWriter.cpp | 242 ++++++++++++++++++++- tools/llvm-objcopy/MachO/MachOWriter.h | 7 + tools/llvm-objcopy/MachO/Object.h | 14 +- 7 files changed, 291 insertions(+), 11 deletions(-) create mode 100644 test/tools/llvm-objcopy/MachO/Inputs/various-symbols.s