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

Document that -C ar=PATH doesn't do anything #45090

Closed
wants to merge 1 commit into from

Conversation

petrochenkov
Copy link
Contributor

@petrochenkov petrochenkov commented Oct 7, 2017

Are there any plans to use an external archiver in the future?
IIRC, it was used before, but its use was replaced with LLVM's built-in archive management machinery. I can't found a relevant PR though. EDIT: Found it - #26926!

The -C option is stable so it still can't be removed right away even if there are no plans to use it (but maybe it can be deprecated?).
Target specifications have a field for archiver as well, which is unused too (these ones are unstable, so I guess it can be removed).

r? @alexcrichton

@alexcrichton
Copy link
Member

@bors: r+

Sure! And yeah at this point I doubt we'll ever go back to invoking an external archiver

@bors
Copy link
Contributor

bors commented Oct 8, 2017

📌 Commit 691ab6c has been approved by alexcrichton

kennytm added a commit to kennytm/rust that referenced this pull request Oct 8, 2017
…lexcrichton

Document that `-C ar=PATH` doesn't do anything

Are there any plans to use an external archiver in the future?
IIRC, it was used before, but its use was replaced with LLVM's built-in archive management machinery. I can't found a relevant PR though. EDIT: Found it - rust-lang#26926!

The `-C` option is stable so it still can't be removed right away even if there are no plans to use it (but maybe it can be deprecated?).
Target specifications have a field for archiver as well, which is unused too (these ones are unstable, so I guess it can be removed).

r? @alexcrichton
bors added a commit that referenced this pull request Oct 8, 2017
Rollup of 10 pull requests

- Successful merges: #45018, #45042, #45052, #45053, #45058, #45060, #45081, #45083, #45090, #45094
- Failed merges:
@petrochenkov
Copy link
Contributor Author

@bors r-
I'll send another PR with removal/deprecation then.

bors added a commit that referenced this pull request Oct 14, 2017
cleanup: rustc doesn't use an external archiver

cc #45090
r? @alexcrichton
@alexcrichton alexcrichton deleted the petrochenkov-patch-1 branch January 28, 2018 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants