[all-commits] [llvm/llvm-project] b727a1: Add Wasm, RISC-V, BPF, and NVPTX targets back to W...

Hans Wennborg via All-commits all-commits at lists.llvm.org
Fri Feb 21 14:04:15 PST 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: b727a13fecc4e29b6f8499afd95626795c9f6a8e
      https://github.com/llvm/llvm-project/commit/b727a13fecc4e29b6f8499afd95626795c9f6a8e
  Author: Hans Wennborg <hans at hanshq.net>
  Date:   2025-02-21 (Fri, 21 Feb 2025)

  Changed paths:
    M llvm/utils/release/build_llvm_release.bat

  Log Message:
  -----------
  Add Wasm, RISC-V, BPF, and NVPTX targets back to Windows release packaging (#127794)

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],
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] https://github.com/llvm/llvm-project/issues/127120
[4]
https://github.com/llvm/llvm-project/pull/127794#issuecomment-2668677203

(cherry picked from commit 6e047a5ab42698165a4746ef681396fab1698327)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list