bit_set support in debug symbols by treating them like a bit field of 1 bit booleans

This commit is contained in:
gingerBill
2021-03-23 22:09:16 +00:00
parent f1e13bdddb
commit d88d6a1fdd
3 changed files with 127 additions and 77 deletions

View File

@@ -276,6 +276,7 @@ struct TypeProc {
Type *underlying; \
i64 lower; \
i64 upper; \
Ast * node; \
}) \
TYPE_KIND(SimdVector, struct { \
i64 count; \