rust/compiler/rustc_codegen_ssa
bors 39c6804b92 Auto merge of #106704 - ecnelises:big_archive, r=bjorn3
Support AIX-style archive type

Reading facility of AIX big archive has been supported by `object` since 0.30.0.

Writing facility of AIX big archive has already been supported by `ar_archive_writer`, but we need to bump the version to support the new archive type enum.
2023-04-19 21:21:17 +00:00
..
src Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 2023-04-19 21:21:17 +00:00
Cargo.toml Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 2023-04-19 21:21:17 +00:00
messages.ftl Spelling - compiler 2023-04-17 16:09:18 -04:00
README.md

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