about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-14 06:04:28 +0200
committerGitHub <noreply@github.com>2024-10-14 06:04:28 +0200
commitcb140dcb00b989591b38009cf9f37d2d3c8128ae (patch)
tree681b915bb87668f20fd536a80d32f70b2eb62fc1 /compiler/rustc_codegen_llvm/src
parentcc5d86ac605e48192ccc6df67fbd4257df671b6a (diff)
parent10721909f29024ba56a9ce667da8652a99a04784 (diff)
downloadrust-cb140dcb00b989591b38009cf9f37d2d3c8128ae.tar.gz
rust-cb140dcb00b989591b38009cf9f37d2d3c8128ae.zip
Rollup merge of #131473 - workingjubilee:move-that-abi-up, r=saethlin
compiler: `{TyAnd,}Layout` comes home

The `Layout` and `TyAndLayout` types are heavily abstract and have no particular target-specific qualities, though we do use them to answer questions particular to targets. We can keep it that way if we simply move them out of `rustc_target` and into `rustc_abi`. They bring a small entourage of connected types with them, but that's fine.

This will allow us to strengthen a few abstraction barriers over time and thus make the notoriously gnarly layout code easier to refactor. For now, we don't need to worry about that and deliberately use reexports to minimize this particular diff.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions