runtime: MakeMap
This commit is contained in:
@@ -256,6 +256,7 @@ func (p Program) toLLVMType(typ types.Type) Type {
|
||||
case *types.Slice:
|
||||
return &aType{p.rtSlice(), typ, vkInvalid}
|
||||
case *types.Map:
|
||||
return &aType{p.rtMap(), typ, vkInvalid}
|
||||
case *types.Struct:
|
||||
return p.toLLVMStruct(t)
|
||||
case *types.Named:
|
||||
|
||||
Reference in New Issue
Block a user