소스 검색

Attempt to upgrade compiler used by appveyor builds

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@357632 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 6 년 전
부모
커밋
b9e1a17a70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -FileName llvm-installer.exe
+  appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-9.0.0-r357435-win32.exe -FileName llvm-installer.exe
 )
 if "%CLANG_VERSION%"=="ToT" (
     START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"