From 52e1a482c43c5a26950218870910feda90f6e4a4 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 18 Feb 2021 23:38:04 -0500 Subject: [PATCH 1/2] Update to LLVM 11. --- 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 ea903a3913b..aa3e16601aa 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -4,7 +4,7 @@ WINDOWS_MSVC = { "cmake": "3.14.3", - "llvm": "9.0.0", + "llvm": "11.0.1", "moztools": "3.2", "ninja": "1.7.1", "nuget": "08-08-2019", From e1f0ae8b0b8d5ff4b94c59ee8003570dd5c680df Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 19 Feb 2021 10:20:08 -0500 Subject: [PATCH 2/2] Updat clang-fmt version check. --- 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 212371a58a0..3fe720b21e6 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 = "9" +CLANGFMT_VERSION = "11" TEST_SUITES = OrderedDict([ ("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,