mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
42b7c36a33
[AIX] add -bdbg:namedsects:ss link arg On AIX, the PGO runtime and ifunc runtime support requires the named section linker feature which collects the name sections together and generates start/stop symbols for them. This change adds the option to the default linker args for the target.
rustc_target contains some very low-level details that are
specific to different compilation targets and so forth.
For more information about how rustc works, see the rustc dev guide.