[llvm] [llvm][utils] Correct release package links for Windows (PR #215770)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 05:13:37 PDT 2026
================
@@ -144,11 +148,24 @@ def generate_download_links(release):
)
markdown_lines = []
+ # Windows installers use Wix which does not support version strings with
+ # characters. To work around this, "X.1.0-rcZ" is changed to "X.0.0.Z".
----------------
DavidSpickett wrote:
Was it because there might be a `X.1.0.N` release later as a bug fix to `X.1.0.0`?
https://github.com/llvm/llvm-project/pull/215770
More information about the llvm-commits
mailing list