This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5065b0d4249 [X86] Regenerate atomic i32 tests new 87dba15eee7 [dsymutil] Upstream update feature.
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: docs/CommandGuide/dsymutil.rst | 10 +- test/tools/dsymutil/X86/basic-linking-x86.test | 15 ++ test/tools/dsymutil/X86/update-one-CU.test | 35 +++++ test/tools/dsymutil/cmdline.test | 1 + tools/dsymutil/DebugMap.h | 3 +- tools/dsymutil/DwarfLinker.cpp | 188 +++++++++++++++++++++---- tools/dsymutil/dsymutil.cpp | 129 +++++++++++++++-- tools/dsymutil/dsymutil.h | 5 +- 8 files changed, 341 insertions(+), 45 deletions(-) create mode 100644 test/tools/dsymutil/X86/update-one-CU.test