Skip to content

[lld] Convert CODE_OWNERS.txt to Maintainers.md #118084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions lld/CODE_OWNERS.TXT

This file was deleted.

40 changes: 40 additions & 0 deletions lld/Maintainers.md
Original file line number Diff line number Diff line change
@@ -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 \
[email protected] (email)

### Old Mach-O backend

Lang Hames \
[email protected] (email)

Nick Kledzik \
[email protected] (email)

### WebAssembly backend (wasm/*)

Sam Clegg \
[email protected] (email)

### New Mach-O backend

Jez Ng \
[email protected] (email)

Greg McGary \
[email protected] (email)

Shoaib Meenai \
[email protected] (email)
2 changes: 1 addition & 1 deletion llvm/Maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading