-
- Downloads
cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpath
This is a step toward porting https://golang.org/cl/219817 from the gofrontend repo to the main repo. Note that this also corrects the implementation of the v2 mangling scheme to use ..u and ..U where appropriate. For #37272 Change-Id: I64a1e7ca1c84348efcbf1cf62049eeb05c830ed8 Reviewed-on: https://go-review.googlesource.com/c/go/+/259298 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by:Than McIntosh <thanm@google.com>
Showing
- src/cmd/cgo/main.go 1 addition, 2 deletionssrc/cmd/cgo/main.go
- src/cmd/cgo/out.go 15 additions, 103 deletionssrc/cmd/cgo/out.go
- src/cmd/dist/buildtool.go 1 addition, 0 deletionssrc/cmd/dist/buildtool.go
- src/cmd/internal/pkgpath/pkgpath.go 114 additions, 0 deletionssrc/cmd/internal/pkgpath/pkgpath.go
- src/cmd/internal/pkgpath/pkgpath_test.go 121 additions, 0 deletionssrc/cmd/internal/pkgpath/pkgpath_test.go
Loading
Please register or sign in to comment