[llvm] [llvm][utils] Correct release package links for Windows (PR #215770)
Cullen Rhodes via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 04:57:02 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".
----------------
c-rhodes wrote:
I know this follows #215030 but I missed this during review, why is it `X.0.0.Z` and not `X.1.0.Z`? @tstellar
https://github.com/llvm/llvm-project/pull/215770
More information about the llvm-commits
mailing list