Skip to content

Commit b727a13

Browse files
zmodemtstellar
authored andcommitted
Add Wasm, RISC-V, BPF, and NVPTX targets back to Windows release packaging (llvm#127794)
In llvm#106059 we reduced the targets to those supported by Windows (X86 and ARM) to avoid running into size limitations of the NSIS compiler. Since then, people complained about the lack of Wasm [1], RISC-V [2], BPF [3], and NVPTX [4]. These do seem to fit in the installer (at least for 20.1.0-rc2), so let's add them back. [1] https://discourse.llvm.org/t/llvm-19-x-release-third-party-binaries/80374/26 [2] https://discourse.llvm.org/t/llvm-19-x-release-third-party-binaries/80374/53 [3] llvm#127120 [4] llvm#127794 (comment) (cherry picked from commit 6e047a5)
1 parent d51f233 commit b727a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/build_llvm_release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ set common_cmake_flags=^
150150
-DCMAKE_BUILD_TYPE=Release ^
151151
-DLLVM_ENABLE_ASSERTIONS=OFF ^
152152
-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON ^
153-
-DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86" ^
153+
-DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86;BPF;WebAssembly;RISCV;NVPTX" ^
154154
-DLLVM_BUILD_LLVM_C_DYLIB=ON ^
155155
-DCMAKE_INSTALL_UCRT_LIBRARIES=ON ^
156156
-DPython3_FIND_REGISTRY=NEVER ^

0 commit comments

Comments
 (0)