go/src/cmd/link
Austin Clements aeaa4519b5 runtime: drop haveexperiment, sys.GOEXPERIMENT
We have ways to statically access experiments now, so we don't need a
relatively clunky string-parsing dynamic way to do it.

Change-Id: I5d75480916eef4bde2c30d5fe30593180da77ff2
Reviewed-on: https://go-review.googlesource.com/c/go/+/307815
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2021-04-08 02:17:13 +00:00
..
internal runtime: drop haveexperiment, sys.GOEXPERIMENT 2021-04-08 02:17:13 +00:00
testdata cmd/link: recognize ARM64 PE files and relocations 2021-02-26 18:15:09 +00:00
doc.go cmd/link: move comma outside quotes 2020-08-15 08:24:23 +00:00
dwarf_test.go cmd/link: use testing.T.TempDir in tests 2021-03-08 20:03:01 +00:00
elf_test.go cmd/link: use testing.T.TempDir in tests 2021-03-08 20:03:01 +00:00
link_test.go cmd/link: use testing.T.TempDir in tests 2021-03-08 20:03:01 +00:00
linkbig_test.go cmd/link: use testing.T.TempDir in tests 2021-03-08 20:03:01 +00:00
main.go