Files
rust/compiler/rustc_target
Jacob Pratt 42b7c36a33 Rollup merge of #156159 - daltenty:daltenty/namesects, r=workingjubilee
[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.
2026-05-05 22:50:20 -04:00
..
2025-09-12 20:53:28 +02:00

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.