]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: if -v, display external linker output
authorIan Lance Taylor <iant@golang.org>
Sun, 24 May 2015 18:29:38 +0000 (11:29 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 May 2015 03:59:14 +0000 (03:59 +0000)
commit714291f2d80bab1599a866f266a4fc6546e61632
tree4aefcb50c3c3f8e2d48b109f3e821ccbc84602dd
parentac7ffdfa1006a40768d11ed7e2e20dab57799df0
cmd/link/internal/ld: if -v, display external linker output

It can be useful when debugging to be able to see what the external
linker is doing even when it succeeds.  In particular this permits
passing -v to the external linker to see precisely what it is doing.

Change-Id: Ifed441912d97bbebea20303fdb899e140b380215
Reviewed-on: https://go-review.googlesource.com/10363
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/link/internal/ld/lib.go