Support recursive types

This commit is contained in:
Ayke van Laethem
2018-08-18 01:12:52 +02:00
parent cad3e03f94
commit a475233f36
2 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ type Global struct {
// Type with a name and possibly methods.
type NamedType struct {
t *ssa.Type
t *ssa.Type
llvmType llvm.Type
}
// Type that is at some point put in an interface.