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
..

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