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

rustc_target: late_link_args -> link_args #70668

Closed
wants to merge 1 commit into from

Conversation

petrochenkov
Copy link
Contributor

These options directly correspond to -C link-args and are passed together with them, except that they are defined by the target specification rather than by command line options.

(I'm trying to put linker options into groups to document what is passed after what and at which point -C link-args and -Z pre-link-args are inserted. cc #70505)

@rust-highfive
Copy link
Collaborator

r? @varkor

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 1, 2020
@petrochenkov
Copy link
Contributor Author

I'll try to do this

put linker options into groups to document what is passed after what and at which point -C link-args and -Z pre-link-args are inserted

first, and then perhaps reopen this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants