]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.unified] cmd/compile: restore Unified IR linkname pragma diagnostic
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 27 May 2022 12:06:30 +0000 (19:06 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 8 Jun 2022 02:41:56 +0000 (02:41 +0000)
commite7ef58542c7f12842cdefdb1cd5e1b794996dc96
tree8cfb18bdeba4be9831f84263dc42cd82641d9048
parent9e5c96802164c17df6667047932142eb6894e6d3
[dev.unified] cmd/compile: restore Unified IR linkname pragma diagnostic

CL 333109 restore the diagnostic for irgen, now it's safe to restore for
Unified IR, too.

Updates #53058

Change-Id: I467902c0e9fa451aaa78cf0813231f14d9d7a3a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/410346
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/noder/writer.go
test/run.go