]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/staticdata: remove use of `""` in embed linker symbols
authorMatthew Dempsky <mdempsky@google.com>
Thu, 12 May 2022 22:46:59 +0000 (15:46 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 13 May 2022 21:12:30 +0000 (21:12 +0000)
commit499e334a28c63c15e0b1add8172fd48b3c19e1ce
tree216f3f74ddca115ceb445e1534041fe2de69d602
parente3661d5f0820820d8d5e5e357244c95f788820e2
cmd/compile/internal/staticdata: remove use of `""` in embed linker symbols

Not strictly necessary for CL 393715, but this is necessary if we want
to remove the logic from cmd/internal/obj for substituting `""` in
linker symbol names.

Updates #51734.

Change-Id: Ib13cb12fa3973389ca0c1c9a9209e00c30dc9431
Reviewed-on: https://go-review.googlesource.com/c/go/+/406058
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/staticdata/embed.go