File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -571,6 +571,11 @@ _llvm_distributions = {
571
571
"LLVM-20.1.0-macOS-ARM64.tar.xz" : "2c42ec26ec50c4bf8b95585f762b9d2f5b385d170dee772d9c1d6c9a7190dcef" ,
572
572
"clang+llvm-20.1.0-aarch64-pc-windows-msvc.tar.xz" : "f52e40d68843ed6205858e817ed791295ef51e526037186352a1aeac4a59e51a" ,
573
573
"clang+llvm-20.1.0-x86_64-pc-windows-msvc.tar.xz" : "91e29416f4a0c188368f0540a5538efc0d8a9f7134afba7a2160296472ce84eb" ,
574
+
575
+ # 20.1.1
576
+ "LLVM-20.1.1-Linux-ARM64.tar.xz" : "09f5a08ef6c96a7c6c11258b3053ae5ed11a6717ffd9fd01bbebd75d8038a0fc" ,
577
+ "LLVM-20.1.1-Linux-X64.tar.xz" : "b1f40360adbf31934d5d3d999c5f91f7e52e089ae984d237565cc4c23bbfa283" ,
578
+ "LLVM-20.1.1-macOS-ARM64.tar.xz" : "ae52012b28bb43e1aa698aa347e37d06edb4643895b8bb189ed275025cd349ed" ,
574
579
}
575
580
576
581
# Note: Unlike the user-specified llvm_mirror attribute, the URL prefixes in
@@ -638,6 +643,7 @@ _llvm_distributions_base_url = {
638
643
"19.1.6" : "https://github.com/llvm/llvm-project/releases/download/llvmorg-" ,
639
644
"19.1.7" : "https://github.com/llvm/llvm-project/releases/download/llvmorg-" ,
640
645
"20.1.0" : "https://github.com/llvm/llvm-project/releases/download/llvmorg-" ,
646
+ "20.1.1" : "https://github.com/llvm/llvm-project/releases/download/llvmorg-" ,
641
647
}
642
648
643
649
def _get_auth (ctx , urls ):
You can’t perform that action at this time.
0 commit comments