From 085e7d2b22876ebc03948a0690580e0189cddcc1 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 2 Dec 2024 09:12:57 +0000 Subject: [PATCH] [bolt] Move CODE_OWNERS.txt to Maintainers.txt (#118082) To align with: https://llvm.org/docs/DeveloperPolicy.html#maintainers I have not changed the format of the file, my only goal here is that the project have a `bolt/Maintainers.*` so it is easy to find. --- bolt/{CODE_OWNERS.TXT => Maintainers.txt} | 0 llvm/Maintainers.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bolt/{CODE_OWNERS.TXT => Maintainers.txt} (100%) diff --git a/bolt/CODE_OWNERS.TXT b/bolt/Maintainers.txt similarity index 100% rename from bolt/CODE_OWNERS.TXT rename to bolt/Maintainers.txt diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md index 321732c04592..9dcfb857ae50 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -424,7 +424,7 @@ gkistanova@gmail.com (email), [gkistanova](https://github.com/gkistanova) (GitHu Some subprojects maintain their own list of per-component maintainers. Others only have a lead maintainer listed here. -[Bolt maintainers](https://github.com/llvm/llvm-project/blob/main/bolt/CODE_OWNERS.TXT) +[Bolt maintainers](https://github.com/llvm/llvm-project/blob/main/bolt/Maintainers.txt) [Clang maintainers](https://github.com/llvm/llvm-project/blob/main/clang/Maintainers.rst)