From 6f8459857e3961c9e0bb759158303c95881b797c Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 15 Nov 2017 01:37:11 +0000 Subject: [PATCH] Update Appveyor LLVM install link to be current and non-broken git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318247 91177308-0d34-0410-b5e6-96231b3b80d8 --- appveyor-reqs-install.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-reqs-install.cmd b/appveyor-reqs-install.cmd index e5b30cf43..43655d561 100644 --- a/appveyor-reqs-install.cmd +++ b/appveyor-reqs-install.cmd @@ -9,7 +9,7 @@ cd C:\projects\deps :: Setup Compiler ::########################################################################### if NOT EXIST llvm-installer.exe ( - appveyor DownloadFile http://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r303050-win32.exe -FileName llvm-installer.exe + appveyor DownloadFile http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r316086-win32.exe -FileName llvm-installer.exe ) if "%CLANG_VERSION%"=="ToT" ( START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"