[llvm] [LLVM] Update cmake maintainer (PR #120542)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 03:03:44 PST 2024
https://github.com/nikic updated https://github.com/llvm/llvm-project/pull/120542
>From 277b6608b86a9703d5e5ebfe791fb062377a8503 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 1/2] [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 a1f3198ded94d1..fa3fa7492e6257 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
@@ -450,7 +450,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 \
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 \
>From 071cc73d603d738823cfd6f534c6dba0012baa64 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Fri, 20 Dec 2024 12:03:24 +0100
Subject: [PATCH 2/2] Add chapuni for library layering
---
llvm/Maintainers.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index fa3fa7492e6257..781f9a19a59ac4 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -325,6 +325,11 @@ benny.kra at gmail.com (email), [d0k](https://github.com/d0k) (GitHub)
Teresa Johnson \
tejohnson at google.com (email), [teresajohnson](https://github.com/teresajohnson) (GitHub)
+#### Library layering
+
+Nakamura Takumi \
+geek4civic at gmail.com (email), [chapuni](https://github.com/chapuni) (GitHub)
+
#### MCJIT, Orc, RuntimeDyld, PerfJITEvents
Lang Hames \
More information about the llvm-commits
mailing list