[libcxx-commits] [libclc] [libcxx] [llvm] [polly] [llvm] Move sub-project lead maintainers into their own Maintainers.md files (PR #118309)
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 4 01:10:30 PST 2024
https://github.com/DavidSpickett updated https://github.com/llvm/llvm-project/pull/118309
>From fe59fcd2c14f7ff84857ad75bc3564cbe6752c9d Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Mon, 2 Dec 2024 15:22:50 +0000
Subject: [PATCH] [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/.
---
libclc/Maintainers.md | 10 ++++++++++
libcxx/Maintainers.md | 10 ++++++++++
llvm/Maintainers.md | 20 +++++---------------
polly/Maintainers.md | 10 ++++++++++
4 files changed, 35 insertions(+), 15 deletions(-)
create mode 100644 libclc/Maintainers.md
create mode 100644 libcxx/Maintainers.md
create mode 100644 polly/Maintainers.md
diff --git a/libclc/Maintainers.md b/libclc/Maintainers.md
new file mode 100644
index 00000000000000..314b139b81aaff
--- /dev/null
+++ b/libclc/Maintainers.md
@@ -0,0 +1,10 @@
+# libclc Maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
+libclc.
+
+# Lead maintainer
+
+Tom Stellard \
+tstellar at redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub)
\ No newline at end of file
diff --git a/libcxx/Maintainers.md b/libcxx/Maintainers.md
new file mode 100644
index 00000000000000..2630ed9001119b
--- /dev/null
+++ b/libcxx/Maintainers.md
@@ -0,0 +1,10 @@
+# libc++ Maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
+libc++.
+
+# Lead maintainer
+
+Louis Dionne \
+ldionne.2 at gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub)
\ No newline at end of file
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 63bdfd42528db4..27b69ef98da1f6 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -422,7 +422,6 @@ gkistanova at gmail.com (email), [gkistanova](https://github.com/gkistanova) (GitHu
### Other subprojects
Some subprojects maintain their own list of per-component maintainers.
-Others only have a lead maintainer listed here.
[Bolt maintainers](https://github.com/llvm/llvm-project/blob/main/bolt/Maintainers.txt)
@@ -434,26 +433,17 @@ Others only have a lead maintainer listed here.
[Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.txt)
+[libc++ maintainers](https://github.com/llvm/llvm-project/blob/main/libcxx/Maintainers.md)
+
+[libclc maintainers](https://github.com/llvm/llvm-project/blob/main/libclc/Maintainers.md)
+
[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)
[LLVM OpenMP Library maintainers](https://github.com/llvm/llvm-project/blob/main/openmp/Maintainers.md)
-#### libc++
-
-Louis Dionne \
-ldionne.2 at gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub)
-
-#### libclc
-
-Tom Stellard \
-tstellar at redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub)
-
-#### Polly
-
-Tobias Grosser \
-tobias at grosser.es (email), [tobiasgrosser](https://github.com/tobiasgrosser) (GitHub)
+[Polly maintainers](https://github.com/llvm/llvm-project/blob/main/polly/Maintainers.md)
## Inactive Maintainers
diff --git a/polly/Maintainers.md b/polly/Maintainers.md
new file mode 100644
index 00000000000000..6c0ecef0f281a9
--- /dev/null
+++ b/polly/Maintainers.md
@@ -0,0 +1,10 @@
+# Polly Maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
+Polly.
+
+# Lead maintainer
+
+Tobias Grosser \
+tobias at grosser.es (email), [tobiasgrosser](https://github.com/tobiasgrosser) (GitHub)
\ No newline at end of file
More information about the libcxx-commits
mailing list