[llvm] [LLVM] Update windows codegen maintainer (PR #119576)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 07:50:18 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/119576
> See [Maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) section in the developer policy for context on the terminology.
I think that nowadays the go-to contact for Windows codegen is @rnk.
>From 331ce7bf59d10af85319a388f30c841384bfad36 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 11 Dec 2024 16:44:46 +0100
Subject: [PATCH] [LLVM] Update windows codegen maintainer
---
llvm/Maintainers.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8da9b150c13d9f..7b035c25895104 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -151,10 +151,10 @@ quentin.colombet at gmail.com (email), [qcolombet](https://github.com/qcolombet) (G
James Grosbach \
grosbach at apple.com (email)
-#### Windows codegen
+#### Windows ABI and codegen
-Anton Korobeynikov \
-anton at korobeynikov.info (email), [asl](https://github.com/asl) (GitHub)
+Reid Kleckner \
+reid.kleckner at gmail.com (email), [rnk](https://github.com/rnk) (GitHub)
### Backends / Targets
@@ -460,7 +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 \
-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 \
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \
Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) -- Sanitizers
More information about the llvm-commits
mailing list