Skip to content

How about bundle clang with rust. #77813

Closed
@lygstate

Description

@lygstate

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-crossArea: Cross compilationC-feature-requestCategory: A feature request, i.e: not implemented / a PR.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions