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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D44639
[dsymutil] Upstream emitting of papertrail warnings. ClosedPublic Authored by JDevlieghere on Mar 19 2018, 11:02 AM.
Details Summary 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.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 19 2018, 2:01 PM Closed by commit rL328965: [dsymutil] Upstream emitting of papertrail warnings. (authored by JDevlieghere). · Explain WhyApr 2 2018, 3:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 138966 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
|