You are not logged in.
Pages: 1
I come from debian where getting the latest version of clang is as easy as pointing the package manager to the unstable repository and one command line later having the latest clang version installed.
Why doesn't the arch repo have clang-13 already?
I thought arch was supposed to be a rolling release distro, is it just because no one has made a request for that package to be updated?
Offline
Clang 13 hasn't been released.
Offline
If you don't want to compile on your own, you can download fresh (clang-14-git) precompiled binaries from google (very fast, built with PGO + LTO).
curl -s https://raw.githubusercontent.com/chromium/chromium/main/tools/clang/scripts/update.py | python - --output-dir=/tmp/clang --package=clang
curl -s https://raw.githubusercontent.com/chromium/chromium/main/tools/clang/scripts/update.py | python - --output-dir=/tmp/clang --package=objdump
curl -s https://raw.githubusercontent.com/chromium/chromium/main/tools/clang/scripts/update.py | python - --output-dir=/tmp/clang --package=coverage_toolsOffline
Pages: 1