From 8d25929cee92b59733a3e793aabce90c8a7502b7 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Nov 14 2022 04:39:54 +0000 Subject: 849 - LLVM 15 --- diff --git a/modules/release-notes/pages/developers/Development_LLVM.adoc b/modules/release-notes/pages/developers/Development_LLVM.adoc index 3be08db..42b1ba9 100644 --- a/modules/release-notes/pages/developers/Development_LLVM.adoc +++ b/modules/release-notes/pages/developers/Development_LLVM.adoc @@ -2,4 +2,8 @@ include::{partialsdir}/entities.adoc[] [[sect-llvm]] -= LLVM += LLVM version 15 + +All LLVM sub-projects in Fedora have been updated to version 15, and there has been be a soname version change for the LLVM libraries. Compatibility packages `clang14` and `llvm14` are available to ensure that packages that currently depend on CLang and LLVM version 14 libraries will continue to work. + +A full list of changes in LLVM 15 is available in the link:https://releases.llvm.org/15.0.0/docs/ReleaseNotes.html[upstream LLVM Release Notes].