This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6bfe1d944a7 [NewPassManager] Run global dead code elimination after the [...] new 631431e17e9 [llvm-dsymutil] Add support for __swift_ast MachO DWARF section
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: include/llvm/MC/MCObjectFileInfo.h | 4 +++ lib/MC/MCObjectFileInfo.cpp | 4 +++ .../Inputs/swift-ast} | Bin 8344 -> 8464 bytes test/tools/dsymutil/Inputs/swift-ast.swiftmodule | 1 + test/tools/dsymutil/swift-ast.test | 14 ++++++++++ tools/dsymutil/BinaryHolder.h | 12 ++++----- tools/dsymutil/DebugMap.cpp | 12 +++++---- tools/dsymutil/DebugMap.h | 8 ++++-- tools/dsymutil/DwarfLinker.cpp | 29 +++++++++++++++++++-- tools/dsymutil/MachODebugMapParser.cpp | 10 ++++++- 10 files changed, 78 insertions(+), 16 deletions(-) copy test/tools/{llvm-nm/X86/Inputs/Strip-ST.dylib.macho-x86_64 => dsymutil/Inputs [...] create mode 100644 test/tools/dsymutil/Inputs/swift-ast.swiftmodule create mode 100644 test/tools/dsymutil/swift-ast.test