rust/compiler/rustc_codegen_ssa
Guillaume Gomez a60b96a3d4
Rollup merge of #145965 - bjorn3:sanitize_symbol_export_improvements, r=lqd
Move exporting of profiler and sanitizer symbols to the LLVM backend

Only the LLVM backend needs those specific symbols exported and it only needs them to be exported for LTO, not from cdylibs in general.
2025-08-28 21:41:03 +02:00
..
src Rollup merge of #145965 - bjorn3:sanitize_symbol_export_improvements, r=lqd 2025-08-28 21:41:03 +02:00
Cargo.toml Add itertools to [workspace.dependencies]. 2025-08-27 14:21:21 +10:00
messages.ftl port attribute to the new parsing infrastructure 2025-08-23 12:31:07 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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