]> Cypherpunks repositories - gostls13.git/commit
[dev.regabi] cmd/compile: comment out //go:linkname warning
authorMatthew Dempsky <mdempsky@google.com>
Wed, 2 Dec 2020 06:11:56 +0000 (22:11 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 2 Dec 2020 06:49:37 +0000 (06:49 +0000)
commit42e46f4ae0c4f3d6bf7f3920fa936f056ea485c4
tree6f9e06628550acfa7aabae37f4314db185fe02b9
parent77a71e0057357b0567cc5036f7e0f903d82705bb
[dev.regabi] cmd/compile: comment out //go:linkname warning

It's noisy and not doing any harm, and we still have an entire release
cycle to revisit and address the issue properly.

Updates #42938

Change-Id: I1de5cfb495a8148c9c08b215deba38f2617fb467
Reviewed-on: https://go-review.googlesource.com/c/go/+/274732
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/gc/noder.go
test/linkname2.go