aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2022-08-06 00:49:42 -0400
committerGitHub <noreply@github.com>2022-08-06 00:49:42 -0400
commit9c41c14649a8b42f81e6bd9ce76a546d9767c8e9 (patch)
treeae4d226c9ec283db9ef45187896dc39a25717ef6 /python/servo
parentc23adde5a33348aa38f7c2ad22bf96d91dcc7b33 (diff)
parentec9f0769cbae28ba80db438a27cc467b1c2ab5ac (diff)
downloadservo-9c41c14649a8b42f81e6bd9ce76a546d9767c8e9.tar.gz
servo-9c41c14649a8b42f81e6bd9ce76a546d9767c8e9.zip
Auto merge of #28912 - servo:jdm-patch-30, r=jdm
Upgade to LLVM 14 on Windows. Attempt an LLVM upgrade.
Diffstat (limited to 'python/servo')
-rw-r--r--python/servo/packages.py2
-rw-r--r--python/servo/testing_commands.py2
2 files changed, 2 insertions, 2 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",
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 188aca96e9b..a9065d06352 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -49,7 +49,7 @@ WEB_PLATFORM_TESTS_PATH = os.path.join("tests", "wpt", "web-platform-tests")
SERVO_TESTS_PATH = os.path.join("tests", "wpt", "mozilla", "tests")
CLANGFMT_CPP_DIRS = ["support/hololens/"]
-CLANGFMT_VERSION = "13"
+CLANGFMT_VERSION = "14"
TEST_SUITES = OrderedDict([
("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,