]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: enable -msan on freebsd/amd64
authorDmitri Goutnik <dgoutnik@gmail.com>
Wed, 8 Jun 2022 15:55:42 +0000 (10:55 -0500)
committerDmitri Goutnik <dgoutnik@gmail.com>
Fri, 14 Oct 2022 12:48:27 +0000 (12:48 +0000)
commite56c93f07b445d1c123b1c46483db2d214af8cc3
tree6d52849d1cc9ea59ed26b8679564a788a88dbb44
parent5fde02e312796012b5ddacd79cbaafb91d329c72
cmd/go: enable -msan on freebsd/amd64

Enable -msan flag on freebsd/amd64 and amend PIE comment in
internal/work/init.go to indicate that MSAN requires PIE on all platforms
except linux/amd64.

R=go1.20

For #53298

Change-Id: I93d94efa95d7f292c23c433fb1d3f4301d820bde
Reviewed-on: https://go-review.googlesource.com/c/go/+/411275
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/work/build.go
src/cmd/go/internal/work/init.go
src/internal/platform/supported.go