This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Mar 19 2018, 11:02 AM
aprantl accepted this revision.Mar 19 2018, 2:01 PM

Might be nice to also have this available as a command line option.

This revision is now accepted and ready to land.Mar 19 2018, 2:01 PM
This revision was automatically updated to reflect the committed changes.