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/compile: remove -dolinkobj? #28220

Closed
mdempsky opened this issue Oct 15, 2018 · 2 comments
Closed

cmd/compile: remove -dolinkobj? #28220

mdempsky opened this issue Oct 15, 2018 · 2 comments

Comments

@mdempsky
Copy link
Member

cmd/compile has a flag -dolinkobj, which can be used to skip emitting linker objects. This was useful for things like running cmd/vet over the compiler's emitted package export data, without spending time in the compiler backend.

However, this functionality is not currently used within the base repo anymore. cmd/vet stopped using it in CL 37691 (8a93546), and the asmtests stopped using it in CL 107336 (26085fc).

Are there any remaining uses outside of tree? Is it worth keeping around for any reason?

/cc @josharian

@josharian
Copy link
Contributor

I know of no reason to keep it.

@gopherbot
Copy link

Change https://golang.org/cl/142677 mentions this issue: cmd/compile: remove -dolinkobj flag

@golang golang locked and limited conversation to collaborators Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants