[llvm] 2c9cc78 - [LLVM] Update cmake and library layering maintainers (#120542)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 10:55:54 PST 2025
Author: Nikita Popov
Date: 2025-01-20T13:55:51-05:00
New Revision: 2c9cc7806ed5f07230ab509ce46e8160ff0a2e53
URL: https://github.com/llvm/llvm-project/commit/2c9cc7806ed5f07230ab509ce46e8160ff0a2e53
DIFF: https://github.com/llvm/llvm-project/commit/2c9cc7806ed5f07230ab509ce46e8160ff0a2e53.diff
LOG: [LLVM] Update cmake and library layering maintainers (#120542)
Currently @chandlerc is listed as the maintainer for "CMake and library
layering", but he has not been active in that area in while.
Consequently, this patch updates the maintainers for CMake and
library layering to folks who are working more actively in these
areas.
See https://llvm.org/docs/DeveloperPolicy.html#maintainers for
context on the maintainers terminology.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 74dcc5abf5645e..56457946136f04 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -333,10 +333,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 and DWARF
@@ -356,6 +356,11 @@ echristo at gmail.com (email), [echristo](https://github.com/echristo) (GitHub)
Teresa Johnson \
tejohnson at google.com (email), [teresajohnson](https://github.com/teresajohnson) (GitHub)
+#### Library layering
+
+Takumi Nakamura \
+geek4civic at gmail.com (email), [chapuni](https://github.com/chapuni) (GitHub)
+
#### MCJIT, Orc, RuntimeDyld, PerfJITEvents
Lang Hames \
@@ -477,7 +482,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, Inlining \
+Chandler Carruth (chandlerc at gmail.com, chandlerc at google.com, [chandlerc](https://github.com/chandlerc)) -- ADT, Support, Inlining, CMake and library layering \
Peter Collingbourne (peter at pcc.me.uk, [pcc](https://github.com/pcc)) -- LTO \
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 \
More information about the llvm-commits
mailing list