Skip to content

Commit b1e7bd8

Browse files
committed
Add Wasm, RISC-V, and BPF targets back to Windows release packaging
In #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], and BPF [3]. 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] #127120
1 parent 6d86a8a commit b1e7bd8

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" ^
154154
-DLLVM_BUILD_LLVM_C_DYLIB=ON ^
155155
-DCMAKE_INSTALL_UCRT_LIBRARIES=ON ^
156156
-DPython3_FIND_REGISTRY=NEVER ^

0 commit comments

Comments
 (0)