mirror of https://github.com/golang/go.git
cmd/asm: add more flags to the documentation
Add the flags -e and -v.
This commit is contained in:
parent
e7e99a8e02
commit
4a12fe4f44
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue