Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2137ded

Browse files
committedDec 4, 2024
[OpenMP] Add Maintainers.md file
1 parent d9b4bdb commit 2137ded

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed
 

‎llvm/Maintainers.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ Others only have a lead maintainer listed here.
438438

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

441+
[LLVM OpenMP Library maintainers](https://github.com/llvm/llvm-project/blob/main/openmp/Maintainers.md)
442+
441443
#### libc++
442444

443445
Louis Dionne \
@@ -448,14 +450,6 @@ ldionne.2@gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub)
448450
Tom Stellard \
449451
tstellar@redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub)
450452

451-
#### OpenMP (runtime library)
452-
453-
Michael Klemm \
454-
michael.klemm@amd.com (email), [mjklemm](https://github.com/mjklemm) (GitHub)
455-
456-
Terry Wilmarth \
457-
terry.l.wilmarth@intel.com (email), [TerryLWilmarth](https://github.com/TerryLWilmarth) (GitHub)
458-
459453
#### Polly
460454

461455
Tobias Grosser \

‎openmp/Maintainers.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# LLVM OpenMP Library Maintainers
2+
3+
This file is a list of the
4+
[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
5+
the LLVM OpenMP library.
6+
7+
# Current Maintainers
8+
9+
Michael Klemm \
10+
michael.klemm@amd.com (email), [mjklemm](https://github.com/mjklemm) (GitHub)
11+
12+
Terry Wilmarth \
13+
terry.l.wilmarth@intel.com (email), [TerryLWilmarth](https://github.com/TerryLWilmarth) (GitHub)

0 commit comments

Comments
 (0)
Please sign in to comment.