Author: Alexandre Ganea Date: 2025-02-25T11:40:01-08:00 New Revision: c02bd85194d3cb6416baaf3dd607a056f2047720
URL: https://github.com/llvm/llvm-project/commit/c02bd85194d3cb6416baaf3dd607a056f2047720 DIFF: https://github.com/llvm/llvm-project/commit/c02bd85194d3cb6416baaf3dd607a056f2047720.diff LOG: 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) Added: Modified: llvm/utils/release/build_llvm_release.bat Removed: ################################################################################ diff --git a/llvm/utils/release/build_llvm_release.bat b/llvm/utils/release/build_llvm_release.bat index 1c30673cf88bd..588d7201fcb92 100755 --- a/llvm/utils/release/build_llvm_release.bat +++ b/llvm/utils/release/build_llvm_release.bat @@ -152,7 +152,6 @@ set common_cmake_flags=^ -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON ^ -DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86;BPF;WebAssembly;RISCV;NVPTX" ^ -DLLVM_BUILD_LLVM_C_DYLIB=ON ^ - -DCMAKE_INSTALL_UCRT_LIBRARIES=ON ^ -DPython3_FIND_REGISTRY=NEVER ^ -DPACKAGE_VERSION=%package_version% ^ -DLLDB_RELOCATABLE_PYTHON=1 ^ _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits