diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md index e69fe62ac175..63bdfd42528d 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@gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub) Tom Stellard \ tstellar@redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub) -#### OpenMP (runtime library) - -Michael Klemm \ -michael.klemm@amd.com (email), [mjklemm](https://github.com/mjklemm) (GitHub) - -Terry Wilmarth \ -terry.l.wilmarth@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 000000000000..1892577374e6 --- /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@amd.com (email), [mjklemm](https://github.com/mjklemm) (GitHub) + +Terry Wilmarth \ +terry.l.wilmarth@intel.com (email), [TerryLWilmarth](https://github.com/TerryLWilmarth) (GitHub)