Date: Wed, 15 Jul 2020 19:27:43 +1000 From: andrew clarke <mail@ozzmosis.com> To: Hal Murray <hmurray@megapathdsl.net> Cc: freebsd-questions@freebsd.org Subject: Re: clang versions Message-ID: <20200715092743.ga7g6nnnew7pi6uv@ozzmosis.com> In-Reply-To: <20200715090750.5204F40605C@ip-64-139-1-69.sjc.megapath.net> References: <20200715090750.5204F40605C@ip-64-139-1-69.sjc.megapath.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-07-15 02:07:50, Hal Murray (hmurray@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200715092743.ga7g6nnnew7pi6uv>