Prepare for arbitrary separate modules

This commit is contained in:
gingerBill
2023-01-12 21:45:02 +00:00
parent 3b22c6620c
commit 4a8c37dd52
3 changed files with 28 additions and 7 deletions
+2 -1
View File
@@ -135,7 +135,8 @@ struct lbModule {
LLVMTargetMachineRef target_machine;
CheckerInfo *info;
AstPackage *pkg; // associated
AstPackage *pkg; // possibly associated
AstFile *file; // possibly associated
PtrMap<Type *, LLVMTypeRef> types;
PtrMap<Type *, LLVMTypeRef> func_raw_types;