Commit 4c86f7bd authored by Dmitry Savintsev's avatar Dmitry Savintsev Committed by Ian Lance Taylor

cmd/link: fix left-over reference to reflect.c

Replaced ../gc/reflect.c with
cmd/compile/internal/gc/reflect.go.

Fixes #20525

Change-Id: Ibafd36ea446ace5c677df27873a4bbf716a0a9bc
Reviewed-on: https://go-review.googlesource.com/44376Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 554d49af
...@@ -14,7 +14,7 @@ import ( ...@@ -14,7 +14,7 @@ import (
// Decoding the type.* symbols. This has to be in sync with // Decoding the type.* symbols. This has to be in sync with
// ../../runtime/type.go, or more specifically, with what // ../../runtime/type.go, or more specifically, with what
// ../gc/reflect.c stuffs in these. // cmd/compile/internal/gc/reflect.go stuffs in these.
// tflag is documented in reflect/type.go. // tflag is documented in reflect/type.go.
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment