rust/compiler/rustc_codegen_ssa
Matthias Krüger 4f32f78fc6
Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiser
Add profiling support to AIX

AIX ld needs special option to merge objects with profiling. Also, profiler_builtins should include builtins for AIX from compiler-rt.
2024-03-01 22:38:48 +01:00
..

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