ssa: struct debug info creation supports resursive
This commit is contained in:
@@ -877,7 +877,7 @@ func NewPackageEx(prog llssa.Program, patches Patches, pkg *ssa.Package, files [
|
||||
}
|
||||
ret = prog.NewPackage(pkgName, pkgPath)
|
||||
if debugSymbols {
|
||||
ret.InitDebugSymbols(pkgName, pkgPath)
|
||||
ret.InitDebugSymbols(pkgName, pkgPath, pkgProg.Fset)
|
||||
}
|
||||
|
||||
ctx := &context{
|
||||
|
||||
Reference in New Issue
Block a user