]> git.lizzy.rs Git - rust.git/commit
Auto merge of #107360 - bjorn3:fix_thin_archive_reading, r=wesleywiser
authorbors <bors@rust-lang.org>
Sat, 28 Jan 2023 04:02:25 +0000 (04:02 +0000)
committerbors <bors@rust-lang.org>
Sat, 28 Jan 2023 04:02:25 +0000 (04:02 +0000)
commit252741673b9c2b06267cd3a036d77489e92f963a
treee84a2f4ee63c69322b28040f06a04283c13d847b
parent6cd6bad51fb34a0d89e97c27814041fe4d0838b5
parentde363d54c40a378717881240e719f5f7223ba376
Auto merge of #107360 - bjorn3:fix_thin_archive_reading, r=wesleywiser

Fix thin archive reading

This includes a revert of https://github.com/rust-lang/rust/pull/105221 to restore fat archive reading with LlvmArchiveBuilder.

Should fix #107162, #107334 and https://github.com/google/shaderc-rs/issues/133