rust/compiler/rustc_codegen_ssa/src/back
Guillaume Gomez 355eb9c79f
Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu
Make create_dll_import_lib easier to implement

This will make it easier to implement raw-dylib support in cg_clif and cg_gcc. This PR doesn't yet include an create_dll_import_lib implementation for cg_clif as I need to correctly implement dllimport in cg_clif first before raw-dylib can work at all with cg_clif.

Required for https://github.com/rust-lang/rustc_codegen_cranelift/issues/1345
2024-08-07 15:59:35 +02:00
..
rpath Reformat use declarations. 2024-07-29 08:26:52 +10:00
archive.rs Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu 2024-08-07 15:59:35 +02:00
command.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
link.rs Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu 2024-08-07 15:59:35 +02:00
linker.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lto.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
metadata.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
symbol_export.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
write.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00