Closed gitoss closed 1 month ago
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/LLVM-19.1.2-win64.exe does not contains mentioned executables, do you use https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/clang+llvm-19.1.2-x86_64-pc-windows-msvc.tar.xz or https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/LLVM-19.1.2-Windows-X64.tar.xz ?
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/LLVM-19.1.2-win64.exe does not contains mentioned executables
I'M using the -Windows-X64.tar.xz ... and yes, because of the size difference vs. -win64.exe I was already wondering what the difference is because it's not explained on the LLVM release page (do you know)? I guess and -x86_64-pc-windows-msvc.tar.xz is a subset of -Windows-X64.tar.xz?
do you know
It's explained here at https://discourse.llvm.org/t/llvm-19-x-release-third-party-binaries/80374/30
do you know
It's explained here at https://discourse.llvm.org/t/llvm-19-x-release-third-party-binaries/80374/30
Thanks - I second the statement "The situation is a bit confusing for everyone." ...
I checked the -x86_64-pc-windows-msvc.tar.xz version, which seems to be the faster one according to the thread https://discourse.llvm.org/t/llvm-19-x-release-third-party-binaries/80374/30
There are a couple of more dupes than in the current llvm-del.bat script - but someone would have to double-check the overlap with the more/other dupes in -Windows-X64.tar.xz if the script would have to work for both...
There are a couple of more dupes than in the current llvm-del.bat script - but someone would have to double-check the overlap with the more/other dupes in -Windows-X64.tar.xz if the script would have to work for both...
Handled by commit 755ab29170b2e2dde36998478c230b993f431931 and 4e761af15c4cc856b4acb5be58b16d570dfee04b.
As of LLVM 19.1.2, there are a couple of other identical files that could be dedupe'd using https://github.com/zufuliu/llvm-utils/blob/main/llvm/llvm-link.bat
EDIT: ONLY for the (slower) -Windows-X64.tar.xz version, for the (faster) -x86_64-pc-windows-msvc.tar.xz ... see below.