rust/compiler/rustc_codegen_ssa
Matthias Krüger 2c3b89e4d8
Rollup merge of #128450 - dpaoliello:coff, r=bjorn3
Create COFF archives for non-LLVM backends

`ar_archive_writer` now supports creating COFF archives, so enable them for the non-LLVM backends when requested.

r? ``@bjorn3``
2024-08-01 08:33:28 +02:00
..
src Rollup merge of #128450 - dpaoliello:coff, r=bjorn3 2024-08-01 08:33:28 +02:00
Cargo.toml dedup object 2024-07-28 17:21:07 +03:00
messages.ftl When an archive fails to build, print the path 2024-07-16 15:44:54 -05: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.