[llvm] e335290 - [LLVM] Update MC maintainer (#119571)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 01:44:20 PST 2024
Author: Nikita Popov
Date: 2024-12-12T10:44:17+01:00
New Revision: e3352904309a539eddcf3ddd9fb11ca2aef29d65
URL: https://github.com/llvm/llvm-project/commit/e3352904309a539eddcf3ddd9fb11ca2aef29d65
DIFF: https://github.com/llvm/llvm-project/commit/e3352904309a539eddcf3ddd9fb11ca2aef29d65.diff
LOG: [LLVM] Update MC maintainer (#119571)
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.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index e0e43ea869d3e3..11d6deb1bf9195 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -143,8 +143,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
@@ -456,6 +456,7 @@ Paul C. Anagnostopoulos (paul at windfall.com, [Paul-C-Anagnostopoulos](https://git
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 \
Chad Rosier (mcrosier at codeaurora.org) -- FastISel \
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
More information about the llvm-commits
mailing list