[all-commits] [llvm/llvm-project] 4ba3eb: On Windows, remove the UCRT libraries from the rel...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Mon Feb 24 05:54:07 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ba3ebef642eaa4d46567a972c5ee1badb2ebadf
https://github.com/llvm/llvm-project/commit/4ba3ebef642eaa4d46567a972c5ee1badb2ebadf
Author: Alexandre Ganea <alex_toresh at yahoo.fr>
Date: 2025-02-24 (Mon, 24 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
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