
Via apt.llvm.org, the LLVM project has long been putting out compiler builds for recent versions of Debian and Ubuntu. That includes builds of stable branches as well as daily compiler toolchain snapshots. Those daily snapshots in particular are quite useful if wanting to try out the latest stable of the LLVM/Clang compiler without having to mess with the compiler build process, etc.
In seeking to expand its usefulness, the LLVM APT infrastructure has been setup to now begin spinning libc++, libc++abi, and OpenMP packages too for complementing Clang, LLDB, and other existing Debian packages. The libc++ build also comes with its own experimental features enabled.
More details on these LLVM Ubuntu/Debian packaging changes/additions via LLVM.org.
10 Comments