clang versions

andrew clarke mail at ozzmosis.com
Wed Jul 15 09:27:52 UTC 2020


On 2020-07-15 02:07:50, Hal Murray (hmurray at megapathdsl.net) wrote:

> I've got an 11.4 system with clang 10.0.0
> I've got several 12.1-RELEASE-p6 systems with clang 8.0.1
>
> I'd expect the newer releases to have newer (or at least the same) versions of
> clang.

A quirk of the FreeBSD release schedule means that 11.4 (June 2020) is newer than
12.1 (November 2019).

Evidently clang 9.0 came and went pretty quickly.

I suspect clang 10.0 will be released with FreeBSD 12.2, expected in October 2020.

Though in the meantime you can install clang 10.0 from Ports:

pkg install llvm10

Then use /usr/local/bin/clang10 instead of /usr/bin/clang.


More information about the freebsd-questions mailing list