about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-24 00:15:56 +0100
committerGitHub <noreply@github.com>2025-01-24 00:15:56 +0100
commitec508127940971c7687078df2ad8d8f59ca06bbb (patch)
tree75df5752162f9e52d52d8d40b1fe2348e472e81e /compiler/rustc_codegen_gcc
parentc4f499a8c3abe4737121ebed767e0fd7b1595839 (diff)
parentaef640a6130ccb3edf9bc720881c3a9dde3c0ecd (diff)
downloadrust-ec508127940971c7687078df2ad8d8f59ca06bbb.tar.gz
rust-ec508127940971c7687078df2ad8d8f59ca06bbb.zip
Rollup merge of #135855 - cuviper:parser-size, r=wesleywiser
Only assert the `Parser` size on specific arches

The size of this struct depends on the alignment of `u128`, for example
powerpc64le and s390x have align-8 and end up with only 280 bytes. Our
64-bit tier-1 arches are the same though, so let's just assert on those.

r? nnethercote
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions