[llvm-branch-commits] [llvm] Release note about targets built in the Windows packages (PR #107826)
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 9 23:22:55 PDT 2024
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/107826
>From 64015eee93062b34df290338c45e87868fa750a9 Mon Sep 17 00:00:00 2001
From: Hans Wennborg <hans at chromium.org>
Date: Mon, 9 Sep 2024 10:56:37 +0200
Subject: [PATCH] Release note about targets built in the Windows packages
LLVM_TARGETS_TO_BUILD was set in #106059
---
llvm/docs/ReleaseNotes.rst | 4 ++++
1 file changed, 4 insertions(+)
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