llvm: Fix C ABI integer promotion for s390x.

This commit is contained in:
Alex Rønne Petersen 2024-10-01 12:03:43 +02:00
parent 8ee52f99ce
commit b4ddff396d
No known key found for this signature in database

View File

@ -12241,6 +12241,7 @@ fn ccAbiPromoteInt(
.sparc64,
.powerpc64,
.powerpc64le,
.s390x,
=> switch (int_info.bits) {
0...63 => int_info.signedness,
else => null,