Skip to content

Commit 4ba3ebe

Browse files
authored
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
1 parent d5148f0 commit 4ba3ebe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/utils/release/build_llvm_release.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ set common_cmake_flags=^
152152
-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON ^
153153
-DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86;BPF;WebAssembly;RISCV;NVPTX" ^
154154
-DLLVM_BUILD_LLVM_C_DYLIB=ON ^
155-
-DCMAKE_INSTALL_UCRT_LIBRARIES=ON ^
156155
-DPython3_FIND_REGISTRY=NEVER ^
157156
-DPACKAGE_VERSION=%package_version% ^
158157
-DLLDB_RELOCATABLE_PYTHON=1 ^

0 commit comments

Comments
 (0)