diff options
author | Than McIntosh <thanm@google.com> | 2022-09-30 14:36:58 +0000 |
---|---|---|
committer | David Chase <drchase@google.com> | 2022-09-30 14:43:55 +0000 |
commit | 902da52f7b5826c2083effc20b209f39d58d2919 (patch) | |
tree | 58faf25be8fad135e7e9ae4a79ca856817fc2da4 /src/cmd/compile/internal/ssa/flags_test.go | |
parent | 13159fef0423fe908aac676d7c4f377c2ae41f49 (diff) | |
download | go-git-902da52f7b5826c2083effc20b209f39d58d2919.tar.gz |
Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags"
This reverts commit 66165739828b8326b625463beb51ae510b2ab8dd, corresponding to CL 436915.
Reason for revert: this is causing some bootstrap build problems with older versions of Go 1.17, as I understand it. Still under investigation.
Change-Id: Idb6e17ff7b47004cbf87f967af6d84f214d8abb5
Reviewed-on: https://go-review.googlesource.com/c/go/+/435471
Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'src/cmd/compile/internal/ssa/flags_test.go')
-rw-r--r-- | src/cmd/compile/internal/ssa/flags_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/ssa/flags_test.go b/src/cmd/compile/internal/ssa/flags_test.go index d0079ac5e8..0bc1097199 100644 --- a/src/cmd/compile/internal/ssa/flags_test.go +++ b/src/cmd/compile/internal/ssa/flags_test.go @@ -3,6 +3,7 @@ // license that can be found in the LICENSE file. //go:build amd64 || arm64 +// +build amd64 arm64 package ssa |