rust/compiler/rustc_codegen_ssa
Jacob Pratt 2891a92e90
Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlin
[AIX] keep profile-rt symbol alive

Clang passes `-u __llvm_profile_runtime` on AIX. https://reviews.llvm.org/D136192
We want to preserve the symbol in the case there are no instrumented object files.
2024-12-11 03:30:42 -05:00
..
2024-11-15 15:25:19 +01:00

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