mirror of
https://github.com/golang/go.git
synced 2025-05-25 09:21:21 +00:00
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/44376 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
554d49af61
commit
4c86f7bd49
@ -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.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user