diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-04-15 15:03:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 15:03:03 -0400 |
commit | c32b1ac940aee449fb3a73fe9c04837618eb7ad1 (patch) | |
tree | a171e7d2cef8258501a929c071cbb5faf84ce519 /python/servo/packages.py | |
parent | 9e2ca8b05e7a58d000e4730080bdf28bddb0925a (diff) | |
download | servo-c32b1ac940aee449fb3a73fe9c04837618eb7ad1.tar.gz servo-c32b1ac940aee449fb3a73fe9c04837618eb7ad1.zip |
Upgrade clang to 9.0 on Windows.
Diffstat (limited to 'python/servo/packages.py')
-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 db22558f0d4..ea903a3913b 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -4,7 +4,7 @@ WINDOWS_MSVC = { "cmake": "3.14.3", - "llvm": "8.0.1", + "llvm": "9.0.0", "moztools": "3.2", "ninja": "1.7.1", "nuget": "08-08-2019", |