1
Fork 0

aarch64-linux: properly handle 128bit aligned aggregates

This commit is contained in:
Erik Desjardins 2023-06-14 22:39:11 -04:00
parent 7e933b4e26
commit d1e764cb3b
15 changed files with 370 additions and 48 deletions

View file

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