[llvm] [LLVM] Update llvm-objcopy maintainer (PR #120428)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 06:01:29 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/120428
> See [developer policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for context on the maintainers terminology.
We currently list @jakehehrlich as the maintainer for llvm-objcopy / ObjCopy, but he hasn't been involved with LLVM for more than 5 years.
Looking through the contribution history it's not very obvious who to nominate as a replacement here, but I think @MaskRay is the main person with regular contributions in this area.
>From 3906664ca00ee087afd4bb08ef38465eb8a6293c Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 18 Dec 2024 14:56:11 +0100
Subject: [PATCH] [LLVM] Update llvm-objcopy maintainer
---
llvm/Maintainers.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 11d6deb1bf9195..d7b96b963883fc 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -357,8 +357,8 @@ andrea.dibiagio at sony.com, andrea.dibiagio at gmail.com (email), [adibiagio](https:/
#### llvm-objcopy and ObjCopy library
-Jake Ehrlich \
-jakehehrlich at google.com (email), [jakehehrlich](https://github.com/jakehehrlich) (GitHub)
+Fangrui Song \
+i at maskray.me (email), [MaskRay](https://github.com/MaskRay) (GitHub)
#### Gold plugin
@@ -455,6 +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 \
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 \
James Grosbach (grosbach at apple.com) -- MC layer \
Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI \
More information about the llvm-commits
mailing list