[lld] [llvm] [lld] Move CODE_OWNERS.txt to Maintainers.txt (PR #118084)

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 04:10:50 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lld

Author: David Spickett (DavidSpickett)

<details>
<summary>Changes</summary>

To align with https://llvm.org/docs/DeveloperPolicy.html#maintainers

No format changes, I just want each sub-project to have a `Maintainers.*` file so they are easy to find.

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


2 Files Affected:

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


``````````diff
diff --git a/lld/CODE_OWNERS.TXT b/lld/Maintainers.txt
similarity index 100%
rename from lld/CODE_OWNERS.TXT
rename to lld/Maintainers.txt
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 9744aa1aa43be9..0b596dfef2e15c 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -434,7 +434,7 @@ Others only have a lead maintainer listed here.
 
 [Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.txt)
 
-[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/CODE_OWNERS.TXT)
+[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/Maintainers.txt)
 
 [LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.rst)
 

``````````

</details>


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


More information about the llvm-commits mailing list