rust/compiler/rustc_codegen_ssa
bjorn3 d76cff3f06 Only export the sanitizer symbols for LTO and move export code to cg_llvm
Don't export them from cdylibs. There is no need to do so and it
complicates exported_non_generic_symbols. In addition the GCC backend
likely uses different symbols and may potentially not even need us to
explicitly tell it to export the symbols it needs.
2025-08-28 19:36:44 +00:00
..
src Only export the sanitizer symbols for LTO and move export code to cg_llvm 2025-08-28 19:36:44 +00: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.