]> Cypherpunks repositories - gostls13.git/commitdiff
doc: go1.6.txt: -msan option for cmd/{go,compile,link}
authorIan Lance Taylor <iant@golang.org>
Wed, 21 Oct 2015 20:41:30 +0000 (13:41 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 21 Oct 2015 20:42:21 +0000 (20:42 +0000)
Change-Id: I8b41de496e4b58214b98267b529f3525ff6d9745
Reviewed-on: https://go-review.googlesource.com/16171
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.6.txt

index 182695fe878d14ff35e8e263d39e5f68854c292e..57ded33b85cf6b3baf7626cee521fb908084ce2e 100644 (file)
@@ -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: