rust/compiler/rustc_codegen_ssa
bjorn3 8331dbe6d0 Add an Mmap wrapper to rustc_data_structures
This wrapper implements StableAddress and falls back to directly reading
the file on wasm32
2021-03-30 18:57:03 +02:00
..
src Add an Mmap wrapper to rustc_data_structures 2021-03-30 18:57:03 +02:00
Cargo.toml Add an Mmap wrapper to rustc_data_structures 2021-03-30 18:57:03 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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