[all-commits] [llvm/llvm-project] c02bd8: On Windows, remove the UCRT libraries from the rel...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Tue Feb 25 11:40:41 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: c02bd85194d3cb6416baaf3dd607a056f2047720
https://github.com/llvm/llvm-project/commit/c02bd85194d3cb6416baaf3dd607a056f2047720
Author: Alexandre Ganea <alex_toresh at yahoo.fr>
Date: 2025-02-25 (Tue, 25 Feb 2025)
Changed paths:
M llvm/utils/release/build_llvm_release.bat
Log Message:
-----------
On Windows, remove the UCRT libraries from the release script (#128378)
Since the 19.0 release, the UCRT dlls shouldn't be included anymore in the Windows distribution, as we link the CRT
statically into all distributed binaries.
https://discourse.llvm.org/t/llvm-x86-64-pc-windows-msvc-binaries-no-longer-need-msvc-runtime-dlls-since-19-x/84465
(cherry picked from commit 4ba3ebef642eaa4d46567a972c5ee1badb2ebadf)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list