diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-05-29 19:18:03 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-06-11 09:15:21 -0400 |
commit | bf13d9ed90a7cfed405d4910fd6a70e1813849df (patch) | |
tree | d0552e5c16d570d60e2f227ac0d2ff13edab6d9e /python | |
parent | 41f47cba31635667a7b7126b9aeb0c1106c0d0a0 (diff) | |
download | servo-bf13d9ed90a7cfed405d4910fd6a70e1813849df.tar.gz servo-bf13d9ed90a7cfed405d4910fd6a70e1813849df.zip |
Upgrade to LLVM 8 on Windows.
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index a2038ad9e9b..3e7e3ccf67c 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -4,7 +4,7 @@ WINDOWS_MSVC = { "cmake": "3.14.3", - "llvm": "7.0.0", + "llvm": "8.0.0", "moztools": "3.2", "ninja": "1.7.1", "openssl": "1.0.2q-vs2017", |