Skip to content

Commit fe59fcd

Browse files
committed
[llvm] Move sub-project lead maintainers into their own files
This adds Maintainers.md files to the sub-projects mentioned here, so that someone going directly to that sub-project will find them more easily. Recently I needed to find a libclc maintainer and I had no idea there was one listed here instead of in libclc/.
1 parent 2137ded commit fe59fcd

File tree

4 files changed

+35
-15
lines changed

4 files changed

+35
-15
lines changed

libclc/Maintainers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# libclc Maintainers
2+
3+
This file is a list of the
4+
[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
5+
libclc.
6+
7+
# Lead maintainer
8+
9+
Tom Stellard \
10+
[email protected] (email), [tstellar](https://github.com/tstellar) (GitHub)

libcxx/Maintainers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# libc++ Maintainers
2+
3+
This file is a list of the
4+
[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
5+
libc++.
6+
7+
# Lead maintainer
8+
9+
Louis Dionne \
10+
[email protected] (email), [ldionne](https://github.com/ldionne) (GitHub)

llvm/Maintainers.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ [email protected] (email), [gkistanova](https://github.com/gkistanova) (GitHu
422422
### Other subprojects
423423

424424
Some subprojects maintain their own list of per-component maintainers.
425-
Others only have a lead maintainer listed here.
426425

427426
[Bolt maintainers](https://github.com/llvm/llvm-project/blob/main/bolt/Maintainers.txt)
428427

@@ -434,26 +433,17 @@ Others only have a lead maintainer listed here.
434433

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

436+
[libc++ maintainers](https://github.com/llvm/llvm-project/blob/main/libcxx/Maintainers.md)
437+
438+
[libclc maintainers](https://github.com/llvm/llvm-project/blob/main/libclc/Maintainers.md)
439+
437440
[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/Maintainers.md)
438441

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

441444
[LLVM OpenMP Library maintainers](https://github.com/llvm/llvm-project/blob/main/openmp/Maintainers.md)
442445

443-
#### libc++
444-
445-
Louis Dionne \
446-
[email protected] (email), [ldionne](https://github.com/ldionne) (GitHub)
447-
448-
#### libclc
449-
450-
Tom Stellard \
451-
[email protected] (email), [tstellar](https://github.com/tstellar) (GitHub)
452-
453-
#### Polly
454-
455-
Tobias Grosser \
456-
[email protected] (email), [tobiasgrosser](https://github.com/tobiasgrosser) (GitHub)
446+
[Polly maintainers](https://github.com/llvm/llvm-project/blob/main/polly/Maintainers.md)
457447

458448
## Inactive Maintainers
459449

polly/Maintainers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Polly Maintainers
2+
3+
This file is a list of the
4+
[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
5+
Polly.
6+
7+
# Lead maintainer
8+
9+
Tobias Grosser \
10+
[email protected] (email), [tobiasgrosser](https://github.com/tobiasgrosser) (GitHub)

0 commit comments

Comments
 (0)