Arty
Arty

Reputation: 16747

Why Cygwin has old Clang (v8)?

Are there any special reasons why Cygwin Clang is so outdated (see here), version 8, while already version 13 exists?

For example Ubuntu (apt), MSYS2, MSVC all have version 12.

Also does anyone know (any links?) if there is any very simple way (like docker-based) to build recent Clang for Cygwin? Maybe Clang has no support for Cygwin anymore, that's why Cygwin has outdated version?

Upvotes: 1

Views: 232

Answers (1)

matzeri
matzeri

Reputation: 8496

See:

https://cygwin.com/packages/summary/clang.html

The reason is very simple, there is no current maintainer. The previous one has no more available time to dedicate to the project.

Upvotes: 2

Related Questions