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: Don't deduplicate libraries linked to #12688

Merged
merged 1 commit into from
Mar 5, 2014

Conversation

alexcrichton
Copy link
Member

Linker argument order with respect to libraries is important enough that we
shouldn't be attempting to filter out libraries getting passed through to the
linker. When linking with a native library that has multiple dependant native
libraries, it's useful to have control over the link argument order.

Linker argument order with respect to libraries is important enough that we
shouldn't be attempting to filter out libraries getting passed through to the
linker. When linking with a native library that has multiple dependant native
libraries, it's useful to have control over the link argument order.
@pnkfelix
Copy link
Member

pnkfelix commented Mar 5, 2014

\o/

bors added a commit that referenced this pull request Mar 5, 2014
Linker argument order with respect to libraries is important enough that we
shouldn't be attempting to filter out libraries getting passed through to the
linker. When linking with a native library that has multiple dependant native
libraries, it's useful to have control over the link argument order.
@bors bors closed this Mar 5, 2014
@bors bors merged commit 4cdc6ce into rust-lang:master Mar 5, 2014
@alexcrichton alexcrichton deleted the fix-some-link-args branch March 5, 2014 17:17
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

4 participants