[llvm] 881447f - [LLVM] Update maintainers for binary utilities (#120428)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 00:32:26 PST 2024
Author: Nikita Popov
Date: 2024-12-19T09:32:22+01:00
New Revision: 881447fe443788f556fbf5462384ee5677d5d7ef
URL: https://github.com/llvm/llvm-project/commit/881447fe443788f556fbf5462384ee5677d5d7ef
DIFF: https://github.com/llvm/llvm-project/commit/881447fe443788f556fbf5462384ee5677d5d7ef.diff
LOG: [LLVM] Update maintainers for binary utilities (#120428)
We currently list jakehehrlich as the maintainer for llvm-objcopy /
ObjCopy, but he hasn't been involved with LLVM for more than 5 years.
Convert the llvm-object category into a broader binary utilities
category and add jh7370 and MaskRay as the new maintainers.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8aac6e0cd47029..8df401ae033682 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -357,10 +357,12 @@ 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
-Jake Ehrlich \
-jakehehrlich at google.com (email), [jakehehrlich](https://github.com/jakehehrlich) (GitHub)
+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)
#### Gold plugin
@@ -452,6 +454,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