mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
llvm: Fix C ABI integer promotion for s390x.
This commit is contained in:
parent
8ee52f99ce
commit
b4ddff396d
@ -12241,6 +12241,7 @@ fn ccAbiPromoteInt(
|
||||
.sparc64,
|
||||
.powerpc64,
|
||||
.powerpc64le,
|
||||
.s390x,
|
||||
=> switch (int_info.bits) {
|
||||
0...63 => int_info.signedness,
|
||||
else => null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user