cl: compileFuncDecl/funcName fix; patch library: sync
This commit is contained in:
@@ -279,6 +279,9 @@ func (p *context) compileFuncDecl(pkg llssa.Package, f *ssa.Function) (llssa.Fun
|
||||
}
|
||||
b.EndBuild()
|
||||
})
|
||||
for _, af := range f.AnonFuncs {
|
||||
p.compileFuncDecl(pkg, af)
|
||||
}
|
||||
}
|
||||
return fn, nil, goFunc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user