Auto merge of #26193 - servo:jdm-patch-36, r=asajeffrey

Upgrade clang to 9.0 on Windows.

This is required for building with the latest versions of Visual Studio 2019.
This commit is contained in:
bors-servo 2020-04-16 05:44:45 -04:00 committed by GitHub
commit c0d67f796c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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,