diff options
author | Josh Matthews <josh@joshmatthews.net> | 2022-08-05 22:08:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 22:08:31 -0400 |
commit | 1aedaef70c7e5d5851d773d6371d5afcb47beec8 (patch) | |
tree | 388d8e0f7b2bf24724ca0d780dcadedd4e576cf1 /python/servo/packages.py | |
parent | c23adde5a33348aa38f7c2ad22bf96d91dcc7b33 (diff) | |
download | servo-1aedaef70c7e5d5851d773d6371d5afcb47beec8.tar.gz servo-1aedaef70c7e5d5851d773d6371d5afcb47beec8.zip |
Upgade to LLVM 14 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 7e0f9bd5d03..e076d444eaf 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -4,7 +4,7 @@ WINDOWS_MSVC = { "cmake": "3.14.3", - "llvm": "11.0.1", + "llvm": "14.0.6", "moztools": "3.2", "ninja": "1.7.1", "nuget": "08-08-2019", |