Trying to fix Win64 LLVM release for ARM

This commit is contained in:
Syrus Akbary
2019-12-13 13:03:27 -08:00
committed by GitHub
parent f3ab59eace
commit b84ff0e293

View File

@ -31,9 +31,9 @@ steps:
- bash: | - bash: |
set -ex set -ex
curl -OL https://github.com/wasmerio/windows-llvm-build/releases/download/v8.0.0/llvm-8.0.0-install.zip curl -OL https://github.com/wasmerio/llvm-build/releases/download/8.x/Win64_Release.zip
7z x llvm-8.0.0-install.zip 7z x Win64_Release.zip
llvm=`pwd`/llvm-8.0.0-install llvm=`pwd`/Win64_Release
echo "##vso[task.prependpath]$llvm/bin" echo "##vso[task.prependpath]$llvm/bin"
echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX;]$llvm" echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX;]$llvm"
displayName: "Install LLVM (Windows)" displayName: "Install LLVM (Windows)"