rust/compiler/rustc_codegen_ssa
bors dc80ca78b6 Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister
Remove the source archive functionality of ArchiveWriter

We now build archives through strictly additive means rather than taking an existing archive and potentially substracting parts. This is simpler and makes it easier to swap out the archive writer in https://github.com/rust-lang/rust/pull/97485.
2022-06-21 16:24:56 +00:00
..
src Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister 2022-06-21 16:24:56 +00:00
Cargo.toml Fix emscripten linker invocation 2022-06-03 17:02:14 +00:00
README.md

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