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

rustbuild: Fix LLVM build with LLD on windows-gnu targets #95266

Closed
wants to merge 1 commit into from

Conversation

petrochenkov
Copy link
Contributor

@petrochenkov petrochenkov commented Mar 24, 2022

Fixes #94832 (comment)
(I currently have to add this to all my PRs because otherwise nothing builds on my machine.)

@rust-highfive
Copy link
Collaborator

r? @Mark-Simulacrum

(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 Mar 24, 2022
@petrochenkov
Copy link
Contributor Author

@bors rollup

@jonhoo
Copy link
Contributor

jonhoo commented Mar 24, 2022

We may need a more comprehensive change to deal with #94983, but I think this is the right thing to do in the short term at least.

@mati865
Copy link
Contributor

mati865 commented Mar 24, 2022

Yeah statically linking libc++ is tricky because it can use different low level libraires like libc++abi, libsupc++ or libcxxrt and sometimes depending on how it was building requires them to be passed.

@petrochenkov
Copy link
Contributor Author

The change landed as a part of #95255.

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.

5 participants