mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Move anonymous proc generation into lbGenerator
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user