rust/compiler/rustc_codegen_ssa
bjorn3 dacfbfccc5 Update ar_archive_writer to 0.2.0
This adds a whole bunch of tests checking for any difference with llvm's
archive writer. It also fixes two mistakes in the porting from C++ to
Rust. The first one causes a divergence for Mach-O archives which may or
may not be harmless. The second will definitively cause issues, but only
applies to thin archives, which rustc currently doesn't create.
2024-04-09 17:45:02 +00:00
..
src Update ar_archive_writer to 0.2.0 2024-04-09 17:45:02 +00:00
Cargo.toml Update ar_archive_writer to 0.2.0 2024-04-09 17:45:02 +00:00
messages.ftl Handle calls to upstream monomorphizations in compiler_builtins 2024-03-16 15:22:05 -04:00
README.md

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