[llvm] [LLVM] Update llvm-objcopy maintainer (PR #120428)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 09:32:14 PST 2024


https://github.com/nikic updated https://github.com/llvm/llvm-project/pull/120428

>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 1/2] [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 \

>From 08a27bdc8bcb87ffffd7e54c4f464615bf6ad567 Mon Sep 17 00:00:00 2001
From: Nikita Popov <nikita.ppv at gmail.com>
Date: Wed, 18 Dec 2024 18:31:49 +0100
Subject: [PATCH 2/2] Rename to Binary Utilities, add James Henderson

---
 llvm/Maintainers.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index d7b96b963883fc..54fac6b13d0ec0 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -355,8 +355,10 @@ cyndyishida at gmail.com (email), [cyndyishida](https://github.com/cyndyishida) (Gi
 Andrea Di Biagio \
 andrea.dibiagio at sony.com, andrea.dibiagio at gmail.com (email), [adibiagio](https://github.com/adibiagio) (GitHub)
 
-#### llvm-objcopy and ObjCopy library
+#### Binary Utilities
 
+James Henderson \
+james.henderson at sony.com (email) , [jh7370](https://github.com/jh7370) (GitHub) \
 Fangrui Song \
 i at maskray.me (email), [MaskRay](https://github.com/MaskRay) (GitHub)
 



More information about the llvm-commits mailing list