Add missing_procedures_to_check to lbModule

This commit is contained in:
gingerBill
2021-08-03 14:13:38 +01:00
parent 3a8ac92995
commit b036cc9013
2 changed files with 66 additions and 47 deletions
+1
View File
@@ -104,6 +104,7 @@ struct lbModule {
StringMap<lbValue> members;
StringMap<lbProcedure *> procedures;
Map<Entity *> procedure_values; // Key: LLVMValueRef
Array<lbProcedure *> missing_procedures_to_check;
StringMap<LLVMValueRef> const_strings;