aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/packages.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-01-24 13:24:17 -0500
committerGitHub <noreply@github.com>2019-01-24 13:24:17 -0500
commitf50ca6491380e2bed836b0e60ad97acf967209fd (patch)
tree730cba826b151ea6f431fa194010b63f68f6a87d /python/servo/packages.py
parent43e21dc845c7e7c930e6cdbb31b218fd80eddf2e (diff)
downloadservo-f50ca6491380e2bed836b0e60ad97acf967209fd.tar.gz
servo-f50ca6491380e2bed836b0e60ad97acf967209fd.zip
Upgrade LLVM on windows.
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r--python/servo/packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py
index 15d75ba7e5c..c6cea729515 100644
--- a/python/servo/packages.py
+++ b/python/servo/packages.py
@@ -4,7 +4,7 @@
WINDOWS_MSVC = {
"cmake": "3.7.2",
- "llvm": "6.0.0",
+ "llvm": "7.0.0",
"moztools": "3.2",
"ninja": "1.7.1",
"openssl": "1.1.0e-vs2015",