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

Revert usage of LLD shipped with Rust #397

Merged
merged 1 commit into from
Mar 6, 2018
Merged

Conversation

phil-opp
Copy link
Owner

@phil-opp phil-opp commented Mar 6, 2018

Reverts #395

The problem is that the lld binary is part of the host sysroot and not the target sysroot created by xargo. Thus, lld isn't found. To fix this, we need to either update rustc or xargo.

See #360 (comment) for more information.

@phil-opp phil-opp added this to the Second Edition milestone Mar 6, 2018
@phil-opp phil-opp merged commit f24ba8b into master Mar 6, 2018
@bors bors bot deleted the revert-395-builtin-lld branch March 6, 2018 17:27
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.

1 participant