Skip to content

Commit feeadc7

Browse files
committed
Format
1 parent 27da13a commit feeadc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toolchain/internal/release_name.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,12 @@ def llvm_release_name_19(llvm_version, rctx_arch, rctx_os):
217217
return "LLVM-{llvm_version}-win32.exe".format(llvm_version = llvm_version)
218218
if rctx_arch == "aarch64":
219219
return "LLVM-{llvm_version}-woa64.exe".format(llvm_version = llvm_version)
220+
220221
# For Win64 we prefer `LLVM-<version>-Windows-X64.tar.xz` over the other two options:
221222
# `LLVM-<version>-win64.exe`
222223
# `clang+llvm-<version>-x86_64-pc-windows-msvc.tar.xz`
223224
# TODO(helly25): Automatically find the correct one.
225+
224226
arch = {
225227
"aarch64": "ARM64",
226228
"x86_64": "X64",

0 commit comments

Comments
 (0)