mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
commit
425328a64f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue