mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 06:24:44 +01:00
llvm: Fix C ABI integer promotion for s390x.
This commit is contained in:
parent
8ee52f99ce
commit
b4ddff396d
1 changed files with 1 additions and 0 deletions
|
|
@ -12241,6 +12241,7 @@ fn ccAbiPromoteInt(
|
|||
.sparc64,
|
||||
.powerpc64,
|
||||
.powerpc64le,
|
||||
.s390x,
|
||||
=> switch (int_info.bits) {
|
||||
0...63 => int_info.signedness,
|
||||
else => null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue