• LLVM 22.1.0 Released! • We are happy to announce that LLVM 22.1.0 is now released! • This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR. • Huge thanks to everyone that contributed, reviewed, provided support and in any other way contributed to this release! • This release is comprised of almost 6 months of work by 1719 different contributors, and it includes 20541 commits since 21.1.0. • Please note since the last release the subproject tarballs have been removed afterRFC: Do “something” with the subproject tarballs in the release page Download Find sources onGitHub.

Article Summaries:

  • LLVM has released version 22.1.0, the latest update to its core compiler infrastructure and key subprojects such as Clang, LLD, libc++ and MLIR. The release reflects almost six months of work from 1,719 contributors and includes 20,541 commits since the previous 21.1.0 release. Subproject tarballs have been removed from the release page per RFC, and official binaries will be issued later; third‑party binaries are available on a forum thread but are not vetted by release managers. The next patch, 22.1.1, is scheduled for March 10. Doug Yung will take over release management during the original author’s sabbatical.
  • We are happy to announce that LLVM 22.1.0 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR. Huge thanks to everyone that contributed, reviewed, provided support and in any other way contributed to this release! This release is comprised of almost 6 months of work by 1719 different contributors, and it includes 20541 commits since 21.1.0. Please note since the last release the subproject tarballs have been removed after RFC: Do “something” with the subproject tarballs in the release page Download Find sources on GitHub. A note on b

Sources: