Multithread lb_module_init

This commit is contained in:
gingerBill
2025-09-18 23:26:11 +01:00
parent 9cf69576ab
commit 5d14df4112
2 changed files with 30 additions and 6 deletions
+2
View File
@@ -147,6 +147,8 @@ struct lbModule {
LLVMModuleRef mod;
LLVMContextRef ctx;
Checker *checker;
struct lbGenerator *gen;
LLVMTargetMachineRef target_machine;