Fix LLVM-API type cycle for procedures of named procedures

This commit is contained in:
gingerBill
2020-11-09 10:27:27 +00:00
parent 3d5e180dec
commit c26cb470a2
3 changed files with 24 additions and 4 deletions

View File

@@ -324,6 +324,7 @@ enum TypeFlag : u32 {
TypeFlag_Polymorphic = 1<<1,
TypeFlag_PolySpecialized = 1<<2,
TypeFlag_InProcessOfCheckingPolymorphic = 1<<3,
TypeFlag_InProcessOfCheckingABI = 1<<4,
};
struct Type {