From: Ian Lance Taylor Date: Wed, 21 Oct 2015 20:41:30 +0000 (-0700) Subject: doc: go1.6.txt: -msan option for cmd/{go,compile,link} X-Git-Tag: go1.6beta1~755 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=03b0065204df9cd141919890b23de6291ab52885;p=gostls13.git doc: go1.6.txt: -msan option for cmd/{go,compile,link} Change-Id: I8b41de496e4b58214b98267b529f3525ff6d9745 Reviewed-on: https://go-review.googlesource.com/16171 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index 182695fe87..57ded33b85 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -2,6 +2,9 @@ Tools: cmd/go: vendoring enabled by default (https://golang.org/cl/13967/) cmd/go: flags for tests must precede package name if present; also makes it easier to pass flags to test binaries (https://golang.org/cl/14826) +cmd/go: add -msan option (https://golang.org/cl/16169) +cmd/compile: add -msan option (https://golang.org/cl/16160) +cmd/link: add -msan option (https://golang.org/cl/16161) Ports: