[llvm] [bolt] Move CODE_OWNERS.txt to Maintainers.txt (PR #118082)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 04:06:25 PST 2024


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/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.

>From 92c747823edf56042f2f0f52930ce26b0800bac5 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 29 Nov 2024 12:03:39 +0000
Subject: [PATCH] [bolt] Move CODE_OWNERS.txt to Maintainers.txt

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 9744aa1aa43be9..4daf778f4760f1 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -424,7 +424,7 @@ gkistanova at 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)
 



More information about the llvm-commits mailing list