rust/compiler/rustc_codegen_ssa
J. Ryan Stinnett 4ed9083561 Warn if dsymutil returns an error code
This checks the error code returned by `dsymutil` and warns if it failed. It
also provides the stdout and stderr logs from `dsymutil`, similar to the native
linker step.

Fixes https://github.com/rust-lang/rust/issues/78770
2020-11-30 09:59:56 +00:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.