i686-windows: make requested alignment > 4 special case apply transitively

This commit is contained in:
Erik Desjardins 2023-07-14 17:48:13 -04:00
parent f297f3200f
commit 2daacf5af9
12 changed files with 113 additions and 115 deletions

View file

@ -755,7 +755,7 @@ where
largest_niche: None,
align: tcx.data_layout.i8_align,
size: Size::ZERO,
repr_align: None,
max_repr_align: None,
unadjusted_abi_align: tcx.data_layout.i8_align.abi,
})
}