mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
db9ff0d44f
s390x: Support aligned stack datalayout LLVM 23 will mark the stack as aligned for more efficient code: https://github.com/llvm/llvm-project/pull/176041 r? durin42 @rustbot label llvm-main
rustc_target contains some very low-level details that are
specific to different compilation targets and so forth.
For more information about how rustc works, see the rustc dev guide.