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

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 04:07:00 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-bolt

Author: David Spickett (DavidSpickett)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/118082.diff


2 Files Affected:

- (renamed) bolt/Maintainers.txt () 
- (modified) llvm/Maintainers.md (+1-1) 


``````````diff
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)
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/118082


More information about the llvm-commits mailing list