rust/compiler/rustc_codegen_llvm/src/llvm
bors 230a8ee364 Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiser
Use object instead of LLVM for reading bitcode from rlibs

Together with changes I plan to make as part of https://github.com/rust-lang/rust/pull/97485 this will allow entirely removing usage of LLVM's archive reader and thus allow removing `archive_ro.rs` and `ArchiveWrapper.cpp`.
2022-08-30 11:13:58 +00:00
..
archive_ro.rs Use object instead of LLVM for reading bitcode from rlibs 2022-07-25 16:07:23 +00:00
diagnostic.rs Remove dead code from cg_llvm 2022-07-26 11:29:18 +00:00
ffi.rs Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiser 2022-08-30 11:13:58 +00:00
mod.rs Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikic 2022-07-27 11:52:56 +09:00