From c32b1ac940aee449fb3a73fe9c04837618eb7ad1 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 15 Apr 2020 15:03:03 -0400 Subject: [PATCH 1/2] Upgrade clang to 9.0 on Windows. --- python/servo/packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 3a8af93abe938d90818341a14f7e021ce17229a5 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 15 Apr 2020 22:24:09 -0400 Subject: [PATCH 2/2] Update required clang-format version. --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 3fad465277b..7bee7633f90 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 = "8" +CLANGFMT_VERSION = "9" TEST_SUITES = OrderedDict([ ("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,