Skip to content

Commit

Permalink
Restrict LLVM_TARGETS_TO_BUILD in Windows release packaging (#106059)
Browse files Browse the repository at this point in the history
When including all targets, some files become too large for the NSIS
installer to handle.

Fixes #101994
  • Loading branch information
zmodem authored Aug 29, 2024
1 parent d57c046 commit 2a28df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/release/build_llvm_release.bat
Original file line number Diff line number Diff line change
@@ -151,6 +151,7 @@ set common_cmake_flags=^
-DCMAKE_BUILD_TYPE=Release ^
-DLLVM_ENABLE_ASSERTIONS=OFF ^
-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON ^
-DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86" ^
-DLLVM_BUILD_LLVM_C_DYLIB=ON ^
-DCMAKE_INSTALL_UCRT_LIBRARIES=ON ^
-DPython3_FIND_REGISTRY=NEVER ^

0 comments on commit 2a28df6

Please sign in to comment.