rust/compiler/rustc_codegen_ssa
Stuart Cook 18f5e9b4c9
Rollup merge of #145055 - bjorn3:move_metadata_symbol_export, r=saethlin
Move metadata symbol export from exported_non_generic_symbols to exported_symbols

The metadata symbol must not be encoded in the crate metadata, and must be exported from proc-macros. Handling the export of the metadata symbol in exported_symbols handles both things at once without requiring manual fixups elsewhere.
2025-08-08 12:52:58 +10:00
..
src Rollup merge of #145055 - bjorn3:move_metadata_symbol_export, r=saethlin 2025-08-08 12:52:58 +10:00
Cargo.toml remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
messages.ftl Move LTO symbol export calculation from backends to cg_ssa 2025-07-21 07:58:44 +00: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.