From ad98bfe0e6ebb0e561a52bdac2fc7153b84cb840 Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Thu, 21 Nov 2024 09:25:12 -0800 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?UTF-8?q?l=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.6-beta.1 --- llvm/utils/collect_and_build_with_pgo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/collect_and_build_with_pgo.py b/llvm/utils/collect_and_build_with_pgo.py index 4c30dc876411e..7d45dc8829849 100755 --- a/llvm/utils/collect_and_build_with_pgo.py +++ b/llvm/utils/collect_and_build_with_pgo.py @@ -425,7 +425,7 @@ def _looks_like_llvm_dir(directory): contents = set(os.listdir(directory)) expected_contents = [ - "CODE_OWNERS.TXT", + "Maintainers.md", "cmake", "docs", "include",