[llvm] 6292327 - [lld] Convert CODE_OWNERS.txt to Maintainers.md (#118084)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 03:44:58 PST 2024
Author: David Spickett
Date: 2024-12-03T11:44:54Z
New Revision: 62923275565e3a0f288146f2ce0569fe2ac26bf5
URL: https://github.com/llvm/llvm-project/commit/62923275565e3a0f288146f2ce0569fe2ac26bf5
DIFF: https://github.com/llvm/llvm-project/commit/62923275565e3a0f288146f2ce0569fe2ac26bf5.diff
LOG: [lld] Convert CODE_OWNERS.txt to Maintainers.md (#118084)
To align with https://llvm.org/docs/DeveloperPolicy.html#maintainers
I've moved the file and changed it to markdown to match `llvm/`'s file.
Added:
lld/Maintainers.md
Modified:
llvm/Maintainers.md
Removed:
lld/CODE_OWNERS.TXT
################################################################################
diff --git a/lld/CODE_OWNERS.TXT b/lld/CODE_OWNERS.TXT
deleted file mode 100644
index 44972c0d345a8e..00000000000000
--- a/lld/CODE_OWNERS.TXT
+++ /dev/null
@@ -1,26 +0,0 @@
-This file is a list of the people responsible for ensuring that patches for a
-particular part of LLD are reviewed, either by themself or by someone else.
-They are also the gatekeepers for their part of LLD, with the final word on
-what goes in or not.
-
-The list is sorted by surname and formatted to allow easy grepping and
-beautification by scripts. The fields are: name (N), email (E), web-address
-(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
-(S). Each entry should contain at least the (N), (E) and (D) fields.
-
-
-N: Rui Ueyama
-E: ruiu at google.com
-D: COFF, ELF backends (COFF/* ELF/*)
-
-N: Lang Hames, Nick Kledzik
-E: lhames at gmail.com, kledzik at apple.com
-D: Old Mach-O backend
-
-N: Sam Clegg
-E: sbc at chromium.org
-D: WebAssembly backend (wasm/*)
-
-N: Jez Ng, Greg McGary, Shoaib Meenai
-E: jezng at fb.com, gkm at fb.com, smeenai at fb.com
-D: New Mach-O backend
diff --git a/lld/Maintainers.md b/lld/Maintainers.md
new file mode 100644
index 00000000000000..d210246267656a
--- /dev/null
+++ b/lld/Maintainers.md
@@ -0,0 +1,40 @@
+# LLD Maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
+LLD.
+
+## Current Maintainers
+
+The following people are the active maintainers for the project. Please reach
+out to them for code reviews, questions about their area of expertise, or other
+assistance.
+
+### COFF, ELF backends (COFF/* ELF/*)
+
+Rui Ueyama \
+ruiu at google.com (email)
+
+### Old Mach-O backend
+
+Lang Hames \
+lhames at gmail.com (email)
+
+Nick Kledzik \
+kledzik at apple.com (email)
+
+### WebAssembly backend (wasm/*)
+
+Sam Clegg \
+sbc at chromium.org (email)
+
+### New Mach-O backend
+
+Jez Ng \
+jezng at fb.com (email)
+
+Greg McGary \
+gkm at fb.com (email)
+
+Shoaib Meenai \
+smeenai at fb.com (email)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index c5f98f76bda312..7f310d37624299 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.md)
[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.rst)
More information about the llvm-commits
mailing list