[llvm] [LLVM] Update cmake maintainer (PR #120542)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 01:19:53 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/120542
> See [developer policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for context on the maintainers terminology.
Currently @chandlerc is listed as the maintainer for "CMake and library layering", but I don't think he has been active in that area in while, so I'd like to find a new maintainer for CMake.
However, I'm not entirely sure who to nominate as a replacement, as CMake changes tend to be very heterogeneous and I'm not sure anyone is really keeping an eye on the big picture. My best guess here is @petrhosek as the person I'd be most likely to add on a cmake review. Feedback welcome!
>From 68bbd67cc8c25d92ac67f4054a8232d737c5f776 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 19 Dec 2024 10:04:51 +0100
Subject: [PATCH] [LLVM] Update cmake maintainer
---
llvm/Maintainers.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8c9800054bb990..118687e8b2f88d 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -305,10 +305,10 @@ jakub at nod-labs.com (email), [kuhar](https://github.com/kuhar) (GitHub)
Peter Collingbourne \
peter at pcc.me.uk (email), [pcc](https://github.com/pcc) (GitHub)
-#### CMake and library layering
+#### CMake
-Chandler Carruth \
-chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.com/chandlerc) (GitHub)
+Petr Hosek \
+phosek at google.com (email), [petrhosek](https://github.com/petrhosek) (GitHub)
#### Debug info
@@ -455,7 +455,7 @@ sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn
Paul C. Anagnostopoulos (paul at windfall.com, [Paul-C-Anagnostopoulos](https://github.com/Paul-C-Anagnostopoulos)) -- TableGen \
Justin Bogner (mail at justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \
-Chandler Carruth (chandlerc at gmail.com, chandlerc at google.com, [chandlerc](https://github.com/chandlerc)) -- ADT, Support \
+Chandler Carruth (chandlerc at gmail.com, chandlerc at google.com, [chandlerc](https://github.com/chandlerc)) -- ADT, Support, CMake and library layering \
Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by someone else \
Jake Ehrlich (jakehehrlich at google.com, [jakehehrlich](https://github.com/jakehehrlich)) -- llvm-objcopy and ObjCopy library \
Renato Golin (rengolin at systemcall.eu, [rengolin](https://github.com/rengolin)) -- ARM backend \
More information about the llvm-commits
mailing list