[llvm] efd929e - [libclc] Add Maintainers.md for libclc (#118309)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 01:16:31 PST 2025


Author: David Spickett
Date: 2025-01-06T09:16:26Z
New Revision: efd929efa589d863611473b99c3249c9d0f3f5ed

URL: https://github.com/llvm/llvm-project/commit/efd929efa589d863611473b99c3249c9d0f3f5ed
DIFF: https://github.com/llvm/llvm-project/commit/efd929efa589d863611473b99c3249c9d0f3f5ed.diff

LOG: [libclc] Add Maintainers.md for libclc (#118309)

This adds a Maintainers.md files to libclc. Recently I needed to find a
libclc maintainer and I had no idea there was one listed in llvm/
instead of in libclc/.

Added: 
    libclc/Maintainers.md

Modified: 
    llvm/Maintainers.md

Removed: 
    


################################################################################
diff  --git a/libclc/Maintainers.md b/libclc/Maintainers.md
new file mode 100644
index 00000000000000..ac869b6945db55
--- /dev/null
+++ b/libclc/Maintainers.md
@@ -0,0 +1,17 @@
+# libclc Maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
+libclc.
+
+## 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)

diff  --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index fca00ca12f4018..7ea33efb0a97f1 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -414,7 +414,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)
 
@@ -428,6 +427,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)
@@ -436,11 +437,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


        


More information about the llvm-commits mailing list