rust/compiler/rustc_codegen_ssa
Erik Desjardins 009192b01b abi: add AddressSpace field to Primitive::Pointer
...and remove it from `PointeeInfo`, which isn't meant for this.

There are still various places (marked with FIXMEs) that assume all pointers
have the same size and alignment. Fixing this requires parsing non-default
address spaces in the data layout string, which will be done in a followup.
2023-01-22 23:41:39 -05:00
..
src abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
Cargo.toml Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum 2023-01-14 08:33:09 +00:00
README.md

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