diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-11-15 01:37:11 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-11-15 01:37:11 +0000 |
| commit | 6be7e289b2962eb4bee90ceeb1ea628781b19be9 (patch) | |
| tree | e992e3b3aa2260602cbe00fe84e9030c7211f069 /libcxx | |
| parent | 10c472dd834db0eab21336fdf7e75d1346958ad9 (diff) | |
| download | bcm5719-llvm-6be7e289b2962eb4bee90ceeb1ea628781b19be9.tar.gz bcm5719-llvm-6be7e289b2962eb4bee90ceeb1ea628781b19be9.zip | |
Update Appveyor LLVM install link to be current and non-broken
llvm-svn: 318247
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/appveyor-reqs-install.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/appveyor-reqs-install.cmd b/libcxx/appveyor-reqs-install.cmd index e5b30cf43f3..43655d5612a 100644 --- a/libcxx/appveyor-reqs-install.cmd +++ b/libcxx/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" |

