Move anonymous proc generation into lbGenerator

This commit is contained in:
gingerBill
2021-05-04 00:56:29 +01:00
parent 17001bf38c
commit 94570a24c1
2 changed files with 9 additions and 7 deletions
+2
View File
@@ -135,6 +135,8 @@ struct lbGenerator {
Map<lbModule *> modules_through_ctx; // Key: LLVMContextRef *
lbModule default_module;
Map<lbProcedure *> anonymous_proc_lits; // Key: Ast *
gbAtomic32 global_array_index;
gbAtomic32 global_generated_index;
};