[PATCH] D44639: [dsymutil] Upstream emitting of papertrail warnings.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 19 11:02:35 PDT 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, davide.
Herald added a subscriber: hiraditya.

When running dsymutil as part of your build system, it can be desirable for warnings to be part of the end product, rather than just being emitted to the output stream. This patch upstreams that functionality.


Repository:
  rL LLVM

https://reviews.llvm.org/D44639

Files:
  llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  llvm/test/tools/dsymutil/X86/papertrail-warnings.test
  llvm/test/tools/dsymutil/debug-map-parsing.test
  llvm/tools/dsymutil/DebugMap.h
  llvm/tools/dsymutil/DwarfLinker.cpp
  llvm/tools/dsymutil/MachODebugMapParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44639.138966.patch
Type: text/x-patch
Size: 7951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180319/8c49bc69/attachment.bin>


More information about the llvm-commits mailing list