This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 83774c7e992 [MemorySSA] Make the use of moveAllAfterMergeBlocks consistent. new f4d80f04c02 Re-land "[dsymutil] Fix handling of common symbols in multi [...] new 68040127a3a [AIX][XCOFF][NFC] Change the SectionLen field name of CSect [...]
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: D68650.diff | 34 ++++++++++++++++++ include/llvm/Object/XCOFFObjectFile.h | 7 +++- .../Inputs/private/tmp/common/common.x86_64 | Bin 0 -> 4688 bytes .../dsymutil/Inputs/private/tmp/common/common1.o | Bin 0 -> 2108 bytes .../dsymutil/Inputs/private/tmp/common/common2.o | Bin 0 -> 2096 bytes test/tools/dsymutil/X86/common-sym-multi.test | 39 +++++++++++++++++++++ tools/dsymutil/MachODebugMapParser.cpp | 35 ++++++++++++++++-- tools/llvm-readobj/XCOFFDumper.cpp | 4 +-- 8 files changed, 114 insertions(+), 5 deletions(-) create mode 100644 D68650.diff create mode 100755 test/tools/dsymutil/Inputs/private/tmp/common/common.x86_64 create mode 100644 test/tools/dsymutil/Inputs/private/tmp/common/common1.o create mode 100644 test/tools/dsymutil/Inputs/private/tmp/common/common2.o create mode 100644 test/tools/dsymutil/X86/common-sym-multi.test