Fix more tests
All checks were successful
All checks were successful
This commit is contained in:
parent
84485b5409
commit
0d404217ff
1136
src/bootstrap.zig
1136
src/bootstrap.zig
File diff suppressed because it is too large
Load Diff
@ -2125,6 +2125,10 @@ const Module = struct {
|
|||||||
const llvm_abi_argument_values = llvm_abi_argument_value_buffer[0..abi_argument_count];
|
const llvm_abi_argument_values = llvm_abi_argument_value_buffer[0..abi_argument_count];
|
||||||
const llvm_call = module.llvm.builder.create_call(raw_function_type.llvm.handle.to_function(), llvm_callable, llvm_abi_argument_values);
|
const llvm_call = module.llvm.builder.create_call(raw_function_type.llvm.handle.to_function(), llvm_callable, llvm_abi_argument_values);
|
||||||
|
|
||||||
|
if (function_type.is_var_args) {
|
||||||
|
@breakpoint();
|
||||||
|
}
|
||||||
|
|
||||||
const attribute_list = module.build_attribute_list(.{
|
const attribute_list = module.build_attribute_list(.{
|
||||||
.return_type_abi = function_type.return_type_abi,
|
.return_type_abi = function_type.return_type_abi,
|
||||||
.abi_return_type = function_type.abi_return_type,
|
.abi_return_type = function_type.abi_return_type,
|
||||||
|
@ -219,4 +219,9 @@ const names = &[_][]const u8{
|
|||||||
"bits_zero",
|
"bits_zero",
|
||||||
"comparison",
|
"comparison",
|
||||||
"global_struct",
|
"global_struct",
|
||||||
|
"if_no_else",
|
||||||
|
"if_no_else_void",
|
||||||
|
"indirect",
|
||||||
|
"indirect_struct",
|
||||||
|
"indirect_varargs",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user