[lld] [llvm] [lld] Move CODE_OWNERS.txt to Maintainers.txt (PR #118084)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 29 04:10:08 PST 2024
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/118084
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.
>From b1e799177879727396da5634a7cb8ba1093bb304 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 29 Nov 2024 12:08:56 +0000
Subject: [PATCH] [lld] Move CODE_OWNERS.txt to Maintainers.txt
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.
---
lld/{CODE_OWNERS.TXT => Maintainers.txt} | 0
llvm/Maintainers.md | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename lld/{CODE_OWNERS.TXT => Maintainers.txt} (100%)
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)
More information about the llvm-commits
mailing list