[llvm] [LLVM] Update MC maintainer (PR #119571)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 07:40:31 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/119571
> See [Maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) section in the developer policy for context on the terminology.
We currently list Jim Grosbach as the maintainer for the MC layer -- however, he hasn't been involved in LLVM for about ten years.
I'd like to propose @MaskRay as the replacement. I think he has done most of the substantial MC work in recent times.
>From 7b030d4bb53d9d40c55ea75f51c613342d4f4132 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 11 Dec 2024 16:33:03 +0100
Subject: [PATCH] [LLVM] Update MC maintainer
---
llvm/Maintainers.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8da9b150c13d9f..216acf18fa9fab 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -148,8 +148,8 @@ quentin.colombet at gmail.com (email), [qcolombet](https://github.com/qcolombet) (G
#### MC layer
-James Grosbach \
-grosbach at apple.com (email)
+Fangrui Song \
+i at maskray.me (email), [MaskRay](https://github.com/MaskRay) (GitHub)
#### Windows codegen
@@ -460,6 +460,7 @@ sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn
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 \
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 \
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \
More information about the llvm-commits
mailing list