This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7da9d9fc7ea Wdocumentation fix. NFCI. new 67eb8fdbb03 [dsymutil] Upstream emitting of papertrail warnings.
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 | 7 +++ lib/CodeGen/AsmPrinter/DIE.cpp | 1 + test/tools/dsymutil/X86/papertrail-warnings.test | 30 ++++++++++ test/tools/dsymutil/cmdline.test | 1 + test/tools/dsymutil/debug-map-parsing.test | 2 +- tools/dsymutil/DebugMap.h | 7 +++ tools/dsymutil/DwarfLinker.cpp | 71 +++++++++++++++++++++++- tools/dsymutil/MachODebugMapParser.cpp | 29 +++++++--- tools/dsymutil/dsymutil.cpp | 16 +++++- tools/dsymutil/dsymutil.h | 3 +- 10 files changed, 153 insertions(+), 14 deletions(-) create mode 100644 test/tools/dsymutil/X86/papertrail-warnings.test