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

How about bundle clang with rust. #77813

Closed
lygstate opened this issue Oct 11, 2020 · 2 comments
Closed

How about bundle clang with rust. #77813

lygstate opened this issue Oct 11, 2020 · 2 comments
Labels
A-cross Area: Cross compilation C-feature-request Category: A feature request, i.e: not implemented / a PR.

Comments

@lygstate
Copy link
Contributor

lygstate commented Oct 11, 2020

So when do cross compiling, or native compiling we doesn't need to install a native compiler anymore.
On windows. only need to install windows sdk.
On linux or osx, gcc doesn't need anymore, only need the headers

And clang also have the nature to specify the target-triple, that consistence with rust.
because on windows, clang are alreay as mature as msvc, and on linux
clang are already as mature as gcc.
and on osx, clang are default.

@ohsayan
Copy link
Contributor

ohsayan commented Oct 11, 2020

@rustbot modify labels to +A-cross +C-feature-request

@rustbot rustbot added A-cross Area: Cross compilation C-feature-request Category: A feature request, i.e: not implemented / a PR. labels Oct 11, 2020
@jonas-schievink
Copy link
Contributor

Duplicate of #56371

@jonas-schievink jonas-schievink marked this as a duplicate of #56371 Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cross Area: Cross compilation C-feature-request Category: A feature request, i.e: not implemented / a PR.
Projects
None yet
Development

No branches or pull requests

4 participants