Skip to content

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

Closed
petrochenkov wants to merge 1 commit into
masterfrom
petrochenkov-patch-1
Closed

Document that -C ar=PATH doesn't do anything#45090
petrochenkov wants to merge 1 commit into
masterfrom
petrochenkov-patch-1

Conversation

@petrochenkov

@petrochenkovpetrochenkov commented Oct 7, 2017

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

@bors: r+

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

@bors

bors commented Oct 8, 2017

Copy link
Copy Markdown
Collaborator

📌 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
@kennytmkennytm mentioned this pull request Oct 8, 2017
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
Copy Markdown
ContributorAuthor

@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 freeto 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.

3 participants

@petrochenkov@alexcrichton@bors