Skip to content

Commit 6292327

Browse files
[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.
1 parent 356df2d commit 6292327

File tree

3 files changed

+41
-27
lines changed

3 files changed

+41
-27
lines changed

lld/CODE_OWNERS.TXT

Lines changed: 0 additions & 26 deletions
This file was deleted.

lld/Maintainers.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# LLD Maintainers
2+
3+
This file is a list of the
4+
[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
5+
LLD.
6+
7+
## Current Maintainers
8+
9+
The following people are the active maintainers for the project. Please reach
10+
out to them for code reviews, questions about their area of expertise, or other
11+
assistance.
12+
13+
### COFF, ELF backends (COFF/* ELF/*)
14+
15+
Rui Ueyama \
16+
17+
18+
### Old Mach-O backend
19+
20+
Lang Hames \
21+
22+
23+
Nick Kledzik \
24+
25+
26+
### WebAssembly backend (wasm/*)
27+
28+
Sam Clegg \
29+
30+
31+
### New Mach-O backend
32+
33+
Jez Ng \
34+
35+
36+
Greg McGary \
37+
38+
39+
Shoaib Meenai \
40+

llvm/Maintainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Others only have a lead maintainer listed here.
434434

435435
[Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.txt)
436436

437-
[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/CODE_OWNERS.TXT)
437+
[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/Maintainers.md)
438438

439439
[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.rst)
440440

0 commit comments

Comments
 (0)