[llvm] [LLVM] Update LTO maintainer (PR #120575)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 05:30:35 PST 2024


https://github.com/nikic created https://github.com/llvm/llvm-project/pull/120575

> See [developer policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for context on the maintainers terminology.

We currently list @pcc as the LTO maintainer, but I believe he hasn't been actively involved with LTO work recently. Please correct me if I'm wrong about that!

I'd like to nominate @teresajohnson as the new LTO maintainer.

>From 78b7cc0eb7b4dc05bd966fa5cd39e8c3d66620e4 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 19 Dec 2024 14:28:09 +0100
Subject: [PATCH] [LLVM] Update LTO maintainer

---
 llvm/Maintainers.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8c9800054bb990..ceaf374d17faf5 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -320,16 +320,11 @@ echristo at gmail.com (email), [echristo](https://github.com/echristo) (GitHub)
 Benjamin Kramer \
 benny.kra at gmail.com (email), [d0k](https://github.com/d0k) (GitHub)
 
-#### IR Linker
+#### IR Linker and LTO
 
 Teresa Johnson \
 tejohnson at google.com (email), [teresajohnson](https://github.com/teresajohnson) (GitHub)
 
-#### LTO
-
-Peter Collingbourne \
-peter at pcc.me.uk (email), [pcc](https://github.com/pcc) (GitHub)
-
 #### MCJIT, Orc, RuntimeDyld, PerfJITEvents
 
 Lang Hames \
@@ -456,6 +451,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 \
+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 \
 Renato Golin (rengolin at systemcall.eu, [rengolin](https://github.com/rengolin)) -- ARM backend \



More information about the llvm-commits mailing list