| ... | @@ -3713,7 +3713,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention | ... | @@ -3713,7 +3713,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention |
| 3713 | .sh, .sheb => .{ .sh_gnu = .{} }, | 3713 | .sh, .sheb => .{ .sh_gnu = .{} }, |
| 3714 | .ve => .{ .ve_sysv = .{} }, | 3714 | .ve => .{ .ve_sysv = .{} }, |
| 3715 | .xcore => .{ .xcore_xs1 = .{} }, | 3715 | .xcore => .{ .xcore_xs1 = .{} }, |
| 3716 | .xtensa, .xtensaeb => .{ .xtensa_windowed = .{} }, | 3716 | .xtensa, .xtensaeb => .{ .xtensa_call0 = .{} }, |
| 3717 | .amdgcn => .{ .amdgcn_device = .{} }, | 3717 | .amdgcn => .{ .amdgcn_device = .{} }, |
| 3718 | .nvptx, .nvptx64 => .nvptx_device, | 3718 | .nvptx, .nvptx64 => .nvptx_device, |
| 3719 | .spirv32, .spirv64 => .spirv_device, | 3719 | .spirv32, .spirv64 => .spirv_device, |