[llvm-branch-commits] [llvm] 64015ee - Release note about targets built in the Windows packages
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 9 23:23:01 PDT 2024
Author: Hans Wennborg
Date: 2024-09-10T08:22:48+02:00
New Revision: 64015eee93062b34df290338c45e87868fa750a9
URL: https://github.com/llvm/llvm-project/commit/64015eee93062b34df290338c45e87868fa750a9
DIFF: https://github.com/llvm/llvm-project/commit/64015eee93062b34df290338c45e87868fa750a9.diff
LOG: Release note about targets built in the Windows packages
LLVM_TARGETS_TO_BUILD was set in #106059
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index ac7bdf723a168d..7b9e15da9b2b00 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -42,6 +42,10 @@ Non-comprehensive list of changes in this release
functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection.
+* Starting with LLVM 19, the Windows installers only include support for the
+ X86, ARM, and AArch64 targets in order to keep the build size within the
+ limits of the NSIS installer framework.
+
* ...
Update on required toolchains to build LLVM
More information about the llvm-branch-commits
mailing list