Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: linker parameter -v is not whitelisted #24593

Closed
prog8 opened this issue Mar 29, 2018 · 3 comments
Closed

cmd/go: linker parameter -v is not whitelisted #24593

prog8 opened this issue Mar 29, 2018 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@prog8
Copy link

prog8 commented Mar 29, 2018

It seems "-v" is not whitelisted in linker parameters 1dcb583

It is sometimes useful to see what is going on underneath

@prog8 prog8 changed the title Linker parameter -v Linker parameter -v is not whitelisted Mar 29, 2018
@mvdan mvdan changed the title Linker parameter -v is not whitelisted cmd/go: linker parameter -v is not whitelisted Mar 29, 2018
@mvdan
Copy link
Member

mvdan commented Mar 29, 2018

Have you tried with the latest version of Go, i.e. master? More flags have been added since 1.10.

@ianlancetaylor ianlancetaylor added the NeedsFix The path to resolution is known, but the work has not been done. label Mar 29, 2018
@ianlancetaylor ianlancetaylor added this to the Go1.11 milestone Mar 29, 2018
@prog8
Copy link
Author

prog8 commented Mar 29, 2018

Actually, I didn't try the latest Go but I went through the history of this file and didn't find anything that would give me a hope that it works now. When I looked at the recent version of security.go (https://github.com/golang/go/blob/master/src/cmd/go/internal/work/security.go) I didn't find -v on the whitelist

@gopherbot
Copy link

Change https://golang.org/cl/115075 mentions this issue: cmd/go: whitelist -v as a compiler and linker flag

@golang golang locked and limited conversation to collaborators May 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants