[llvm] 75a4563 - [LLVM] Update windows codegen maintainer (#119576)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 00:12:47 PST 2025
Author: Nikita Popov
Date: 2025-01-10T09:12:44+01:00
New Revision: 75a4563fc164e268d2a7af5735d5e84ceee865e7
URL: https://github.com/llvm/llvm-project/commit/75a4563fc164e268d2a7af5735d5e84ceee865e7
DIFF: https://github.com/llvm/llvm-project/commit/75a4563fc164e268d2a7af5735d5e84ceee865e7.diff
LOG: [LLVM] Update windows codegen maintainer (#119576)
I think that nowadays the go-to contact for Windows codegen is rnk.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 2ccf30b8139aaa..bad029ca6fb3c1 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -164,10 +164,10 @@ quentin.colombet at gmail.com (email), [qcolombet](https://github.com/qcolombet) (G
Fangrui Song \
i at maskray.me (email), [MaskRay](https://github.com/MaskRay) (GitHub)
-#### Windows codegen
+#### Windows ABI and codegen
-Anton Korobeynikov \
-anton at korobeynikov.info (email), [asl](https://github.com/asl) (GitHub)
+Reid Kleckner \
+rnk at google.com (email), [rnk](https://github.com/rnk) (GitHub)
### Backends / Targets
@@ -479,7 +479,7 @@ Hal Finkel (hfinkel at anl.gov, [hfinkel](https://github.com/hfinkel) -- AliasAnaly
Renato Golin (rengolin at systemcall.eu, [rengolin](https://github.com/rengolin)) -- ARM backend \
Venkatraman Govindaraju (venkatra at cs.wisc.edu, [vegovin](https://github.com/vegovin) -- Sparc backend \
James Grosbach (grosbach at apple.com) -- MC layer \
-Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI \
+Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI, Windows codegen \
Benjamin Kramer (benny.kra at gmail.com, [d0k](https://github.com/d0k)) -- DWARF Parser \
David Majnemer (david.majnemer at gmail.com, [majnemer](https://github.com/majnemer)) -- InstCombine, ConstantFold \
Chad Rosier (mcrosier at codeaurora.org) -- FastISel \
More information about the llvm-commits
mailing list