[llvm] 2137ded - [OpenMP] Add Maintainers.md file

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 01:05:29 PST 2024


Author: David Spickett
Date: 2024-12-04T09:04:31Z
New Revision: 2137ded301adb430e0616cd835da9838e4fd79ce

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

LOG: [OpenMP] Add Maintainers.md file

Added: 
    openmp/Maintainers.md

Modified: 
    llvm/Maintainers.md

Removed: 
    


################################################################################
diff  --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index e69fe62ac175b5..63bdfd42528db4 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -438,6 +438,8 @@ Others only have a lead maintainer listed here.
 
 [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 \
@@ -448,14 +450,6 @@ ldionne.2 at gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub)
 Tom Stellard \
 tstellar at redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub)
 
-#### OpenMP (runtime library)
-
-Michael Klemm \
-michael.klemm at amd.com (email), [mjklemm](https://github.com/mjklemm) (GitHub)
-
-Terry Wilmarth \
-terry.l.wilmarth at intel.com (email), [TerryLWilmarth](https://github.com/TerryLWilmarth) (GitHub)
-
 #### Polly
 
 Tobias Grosser \

diff  --git a/openmp/Maintainers.md b/openmp/Maintainers.md
new file mode 100644
index 00000000000000..1892577374e6fb
--- /dev/null
+++ b/openmp/Maintainers.md
@@ -0,0 +1,13 @@
+# LLVM OpenMP Library Maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
+the LLVM OpenMP library.
+
+# Current Maintainers
+
+Michael Klemm \
+michael.klemm at amd.com (email), [mjklemm](https://github.com/mjklemm) (GitHub)
+
+Terry Wilmarth \
+terry.l.wilmarth at intel.com (email), [TerryLWilmarth](https://github.com/TerryLWilmarth) (GitHub)


        


More information about the llvm-commits mailing list