Browse Source

Upgrade Clang version used by appveyor

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304377 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 8 năm trước cách đây
mục cha
commit
a16c62a07e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      appveyor-reqs-install.cmd

+ 1 - 1
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-r301646-win32.exe -FileName llvm-installer.exe
+  appveyor DownloadFile http://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r303050-win32.exe -FileName llvm-installer.exe
 )
 if "%CLANG_VERSION%"=="ToT" (
     START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"