about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2025-01-21 17:24:29 -0800
committerJosh Stone <jistone@redhat.com>2025-01-21 17:24:29 -0800
commitaef640a6130ccb3edf9bc720881c3a9dde3c0ecd (patch)
tree32ac434816c3a1d416b6559349dae6346862ca47 /compiler/rustc_codegen_llvm/src/errors.rs
parenta24bdc60ce8b54ff5610793e8527eea84ce6fb6f (diff)
downloadrust-aef640a6130ccb3edf9bc720881c3a9dde3c0ecd.tar.gz
rust-aef640a6130ccb3edf9bc720881c3a9dde3c0ecd.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions