[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:29:42 PDT 2026
================
@@ -245,7 +269,15 @@ def uncomment_download_links(repo, release_version):
continue
print(f'Found link line "{comment_tag}":')
- files = set([f.format(release=release_version) for f in files])
+ files = set(
+ [
+ f.format(
+ release=release_version,
+ windows_release=windows_release_version(release),
----------------
DavidSpickett wrote:
Fixed, thanks.
https://github.com/llvm/llvm-project/pull/215770
More information about the llvm-commits
mailing list