From: mstmdev Date: Tue, 22 Aug 2023 16:34:22 +0000 (+0000) Subject: cmd/asm: add more flags to the documentation X-Git-Tag: go1.22rc1~1143 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=52ebd1624d1a70d84deef4aa442b549267665480;p=gostls13.git cmd/asm: add more flags to the documentation Add the flags -e and -v. Change-Id: I48c22141ea0bc634f30625214b1a277e686bb98e GitHub-Last-Rev: 4a12fe4f4448804f9d8a9635a6c869556891225f GitHub-Pull-Request: golang/go#62208 Reviewed-on: https://go-review.googlesource.com/c/go/+/521679 Reviewed-by: Cherry Mui Auto-Submit: Matthew Dempsky Run-TryBot: Cherry Mui TryBot-Result: Gopher Robot Reviewed-by: Matthew Dempsky --- diff --git a/src/cmd/asm/doc.go b/src/cmd/asm/doc.go index bb9166b8da..179ac1474e 100644 --- a/src/cmd/asm/doc.go +++ b/src/cmd/asm/doc.go @@ -33,6 +33,8 @@ Flags: Dump instructions as they are parsed. -dynlink Support references to Go symbols defined in other shared libraries. + -e + No limit on number of errors reported. -gensymabis Write symbol ABI information to output file. Don't assemble. -o file @@ -45,6 +47,8 @@ Flags: Enable spectre mitigations in list (all, ret). -trimpath prefix Remove prefix from recorded source file paths. + -v + Print debug output. Input language: