]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/asm: add more flags to the documentation
authormstmdev <mstmdev@gmail.com>
Tue, 22 Aug 2023 16:34:22 +0000 (16:34 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 22 Aug 2023 20:46:45 +0000 (20:46 +0000)
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 <cherryyz@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/asm/doc.go

index bb9166b8da981d497d6ba90ffc3b8f95affcdca1..179ac1474e96b4accc52cd393f5608f85fd66834 100644 (file)
@@ -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: