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
..
src Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlin 2024-12-11 03:30:42 -05:00
Cargo.toml Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDenton 2024-12-10 08:55:56 +01:00
messages.ftl fix: rust-lang/rust#47446 2024-11-15 15:25:19 +01:00
README.md

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