Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Use plain clang by default on Linux#7948

Merged
MichalStrehovsky merged 2 commits intodotnet:masterfrom
jkotas:clang
Jan 11, 2020
Merged

Use plain clang by default on Linux#7948
MichalStrehovsky merged 2 commits intodotnet:masterfrom
jkotas:clang

Conversation

@jkotas
Copy link
Copy Markdown
Member

@jkotas jkotas commented Jan 10, 2020

clang-3.9 is not available on recent Linux distros. Typically, there is clang alias setup for a good version of clang so just use that by default.

Fixes #5654

@jkotas
Copy link
Copy Markdown
Member Author

jkotas commented Jan 10, 2020

I have not tested the all scripts and instructions work in all possible places, so I expect that there will be some follow ups as people run into things that do not work anymore. But I believe that using the non-versioned clang by default is the right long-term choice.

clang-3.9 is not available on recent Linux distros. Typically, there is clang alias setup for a good version of clang so just use that by default.

Fixes #5654
Copy link
Copy Markdown
Member

@MichalStrehovsky MichalStrehovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not tested the all scripts and instructions work in all possible places, so I expect that there will be some follow ups as people run into things

Sounds like a good plan!

@MichalStrehovsky MichalStrehovsky merged commit 42f1bc0 into dotnet:master Jan 11, 2020
@jkotas jkotas deleted the clang branch January 11, 2020 16:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clang 6.0 Support for Linux

2 participants