Skip to content

Commit be91040

Browse files
abner-chencgopherbot
authored andcommitted
cmd/internal/goobj: update builtin list
Change-Id: I8a903b76d80f451b498b145b14c97f96191e05f2 Reviewed-on: https://go-review.googlesource.com/c/go/+/486775 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent c0af7cd commit be91040

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

src/cmd/internal/goobj/builtinlist.go

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/internal/goobj/mkbuiltin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func main() {
5353
func mkbuiltin(w io.Writer) {
5454
pkg := "runtime"
5555
fset := token.NewFileSet()
56-
path := filepath.Join("..", "..", "compile", "internal", "typecheck", "builtin", "runtime.go")
56+
path := filepath.Join("..", "..", "compile", "internal", "typecheck", "_builtin", "runtime.go")
5757
f, err := parser.ParseFile(fset, path, nil, 0)
5858
if err != nil {
5959
log.Fatal(err)

0 commit comments

Comments
 (0)