mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
68ca795286
[AIX] Remove AixLinker's debuginfo() implementation AIX ld's `-s` option doesn't perfectly fit` debuginfo()`'s semantics and may unexpectedly remove metadata in shared libraries. Remove the implementation of `AixLinker` and suggest user to use `strip` utility instead.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.