llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-libcxx Author: David Spickett (DavidSpickett) <details> <summary>Changes</summary> This adds Maintainers.md files to the sub-projects mentioned here, so that someone going directly to that sub-project will find them more easily. Recently I needed to find a libclc maintainer and I had no idea there was one listed here instead of in libclc/. --- Full diff: https://github.com/llvm/llvm-project/pull/118309.diff 5 Files Affected: - (added) libclc/Maintainers.md (+10) - (added) libcxx/Maintainers.md (+10) - (modified) llvm/Maintainers.md (+6-19) - (added) openmp/Maintainers.md (+10) - (added) polly/Maintainers.md (+10) ``````````diff 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 \ +tstel...@redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub) \ No newline at end of file diff --git a/libcxx/Maintainers.md b/libcxx/Maintainers.md new file mode 100644 index 00000000000000..2630ed9001119b --- /dev/null +++ b/libcxx/Maintainers.md @@ -0,0 +1,10 @@ +# libc++ Maintainers + +This file is a list of the +[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for +libc++. + +# Lead maintainer + +Louis Dionne \ +ldionn...@gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub) \ No newline at end of file diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md index c5f98f76bda312..bb05552461b21c 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -422,7 +422,6 @@ gkistan...@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) @@ -434,29 +433,17 @@ Others only have a lead maintainer listed here. [Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.txt) -[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/CODE_OWNERS.TXT) - -[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.rst) - -#### libc++ - -Louis Dionne \ -ldionn...@gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub) +[libc++ maintainers](https://github.com/llvm/llvm-project/blob/main/libcxx/Maintainers.rst) -#### libclc +[libclc maintainers](https://github.com/llvm/llvm-project/blob/main/libclc/Maintainers.rst) -Tom Stellard \ -tstel...@redhat.com (email), [tstellar](https://github.com/tstellar) (GitHub) - -#### OpenMP (runtime library) +[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/CODE_OWNERS.TXT) -Andrey Churbanov \ -andrey.churba...@intel.com (email), [AndreyChurbanov](https://github.com/AndreyChurbanov) (GitHub) +[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.rst) -#### Polly +[LLVM OpenMP Library maintainers](https://github.com/llvm/llvm-project/blob/main/openmp/Maintainers.rst) -Tobias Grosser \ -tob...@grosser.es (email), [tobiasgrosser](https://github.com/tobiasgrosser) (GitHub) +[Polly maintainers](https://github.com/llvm/llvm-project/blob/main/polly/Maintainers.rst) ## Inactive Maintainers diff --git a/openmp/Maintainers.md b/openmp/Maintainers.md new file mode 100644 index 00000000000000..fc49c9e35928b9 --- /dev/null +++ b/openmp/Maintainers.md @@ -0,0 +1,10 @@ +# LLVM OpenMP Library Maintainers + +This file is a list of the +[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for +the LLVM OpenMP library. + +# Lead maintainer + +Andrey Churbanov \ +andrey.churba...@intel.com (email), [AndreyChurbanov](https://github.com/AndreyChurbanov) (GitHub) \ No newline at end of file diff --git a/polly/Maintainers.md b/polly/Maintainers.md new file mode 100644 index 00000000000000..6c0ecef0f281a9 --- /dev/null +++ b/polly/Maintainers.md @@ -0,0 +1,10 @@ +# Polly Maintainers + +This file is a list of the +[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for +Polly. + +# Lead maintainer + +Tobias Grosser \ +tob...@grosser.es (email), [tobiasgrosser](https://github.com/tobiasgrosser) (GitHub) \ No newline at end of file `````````` </details> https://github.com/llvm/llvm-project/pull/118309 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits