Auto merge of #28163 - servo:jdm-patch-47, r=jdm

Update to LLVM 11.

Fixes #27545.
This commit is contained in:
bors-servo 2021-02-19 11:57:58 -05:00 committed by GitHub
commit ed3b6c1ba1
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": "9.0.0",
"llvm": "11.0.1",
"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 = "9"
CLANGFMT_VERSION = "11"
TEST_SUITES = OrderedDict([
("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,