Auto merge of #25586 - servo:jdm-patch-35, r=Manishearth

Update windows llvm to 8.0.1.

This makes it possible to build mozjs with llvm's clang-cl and MSVC 2019's header files; otherwise the headers check the clang version and abort compilation because it's 8.0 is too old.
This commit is contained in:
bors-servo 2020-01-24 02:24:43 -05:00 committed by GitHub
commit 425328a64f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
WINDOWS_MSVC = {
"cmake": "3.14.3",
"llvm": "8.0.0",
"llvm": "8.0.1",
"moztools": "3.2",
"ninja": "1.7.1",
"nuget": "08-08-2019",