1
Fork 0
rust/compiler/rustc_codegen_llvm/src/llvm
Zalathar d6ed6e3904 coverage: Consolidate FFI types into one module
Coverage FFI types were historically split across two modules, because some of
them were needed by code in `rustc_codegen_ssa`.

Now that all of the coverage codegen code has been moved into
`rustc_codegen_llvm` (#113355), it's possible to move all of the FFI types into
a single module, making it easier to see all of them at once.
2023-08-02 15:26:47 +10:00
..
archive_ro.rs Use object instead of LLVM for reading bitcode from rlibs 2022-07-25 16:07:23 +00:00
diagnostic.rs make opt diagnostic kinds printable 2023-07-14 11:11:59 +00:00
ffi.rs coverage: Consolidate FFI types into one module 2023-08-02 15:26:47 +10:00
mod.rs Recognize AIX style archive kind 2023-04-19 11:10:47 +08:00