Skip to content

Commit

Permalink
build llvm-8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed May 23, 2019
1 parent e1b85a9 commit 70ca8b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configuration:

environment:
BUILD_PROJECT: llvm
LLVM_VERSION: 3.9.1
LLVM_VERSION: 8.0.0

# 3.4.2 ............ builds on msvc10 and up (clang-3.4.2 doesn't build on msvc14 and up)
# 3.5.2 ............ skip (a very troublesome release)
Expand All @@ -33,11 +33,11 @@ environment:
# - TOOLCHAIN: msvc10
# CRT: libcmt

- TOOLCHAIN: msvc12
CRT: msvcrt

- TOOLCHAIN: msvc12
CRT: libcmt
# - TOOLCHAIN: msvc12
# CRT: msvcrt
#
# - TOOLCHAIN: msvc12
# CRT: libcmt

- TOOLCHAIN: msvc14
CRT: msvcrt
Expand Down

0 comments on commit 70ca8b7

Please sign in to comment.