[libclc] [llvm] [libclc] Add Maintainers.md for libclc (PR #118309)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 06:18:09 PST 2025
https://github.com/DavidSpickett updated https://github.com/llvm/llvm-project/pull/118309
>From 409dd1184f1c4ff9f11e2d715b6e4a496c70c7e4 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 1/2] [libclc] Add Maintainers.md for libclc
---
libclc/Maintainers.md | 10 ++++++++++
llvm/Maintainers.md | 8 ++------
2 files changed, 12 insertions(+), 6 deletions(-)
create mode 100644 libclc/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/llvm/Maintainers.md b/llvm/Maintainers.md
index 313afa21180fd4..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)
@@ -436,6 +435,8 @@ Others only have a lead maintainer listed here.
[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)
@@ -444,11 +445,6 @@ Others only have a lead maintainer listed here.
[Polly maintainers](https://github.com/llvm/llvm-project/blob/main/polly/Maintainers.md)
-#### libclc
-
-Tom Stellard \
-tstellar at redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub)
-
## Inactive Maintainers
The following people have graciously spent time performing maintainer
>From 4056e1814024174719c44d160dcd153e948ee2d6 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 3 Jan 2025 14:16:24 +0000
Subject: [PATCH 2/2] list both for libclc
---
libclc/Maintainers.md | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/libclc/Maintainers.md b/libclc/Maintainers.md
index 314b139b81aaff..ac869b6945db55 100644
--- a/libclc/Maintainers.md
+++ b/libclc/Maintainers.md
@@ -4,7 +4,14 @@ This file is a list of the
[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
libclc.
-# Lead maintainer
+## 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.
+
+Fraser Cormack \
+fraser at codeplay.com (email), [frasercrmck](https://github.com/frasercrmck) (GitHub)
Tom Stellard \
-tstellar at redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub)
\ No newline at end of file
+tstellar at redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub)
More information about the llvm-commits
mailing list