Add type info generation for bit_field

This commit is contained in:
gingerBill
2024-02-27 15:27:51 +00:00
parent 826cf1508b
commit c6ee025063
2 changed files with 77 additions and 8 deletions
+2
View File
@@ -1104,6 +1104,8 @@ gb_internal lbProcedure *lb_create_startup_runtime(lbModule *main_module, lbProc
lb_begin_procedure_body(p);
lb_setup_type_info_data(main_module);
if (objc_names) {
LLVMBuildCall2(p->builder, lb_type_internal_for_procedures_raw(main_module, objc_names->type), objc_names->value, nullptr, 0, "");
}