Add metadata type to maps debug information to aid debuggers knowing what is in it it

This commit is contained in:
gingerBill
2024-02-12 12:29:37 +00:00
parent 900fe95ba0
commit c291fffce1
3 changed files with 31 additions and 1 deletions

View File

@@ -231,6 +231,7 @@ struct TypeProc {
Type *key; \
Type *value; \
Type *lookup_result_type; \
Type *debug_metadata_type; \
}) \
TYPE_KIND(Struct, TypeStruct) \
TYPE_KIND(Union, TypeUnion) \