[llvm] [LLVM] Update windows codegen maintainer (PR #119576)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 00:37:58 PST 2025
https://github.com/nikic updated https://github.com/llvm/llvm-project/pull/119576
>From 71e373d558620af7a212107105bfac20e4f53ad1 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 1/2] [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 2ccf30b8139aaa..392ae552df0cf2 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 \
+reid.kleckner at gmail.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 \
>From 9cf77c6bfaa5f0e3a410b007f7c73611516c5bad Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 9 Jan 2025 09:37:34 +0100
Subject: [PATCH 2/2] Use work email
---
llvm/Maintainers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 392ae552df0cf2..bad029ca6fb3c1 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -167,7 +167,7 @@ i at maskray.me (email), [MaskRay](https://github.com/MaskRay) (GitHub)
#### Windows ABI and codegen
Reid Kleckner \
-reid.kleckner at gmail.com (email), [rnk](https://github.com/rnk) (GitHub)
+rnk at google.com (email), [rnk](https://github.com/rnk) (GitHub)
### Backends / Targets
More information about the llvm-commits
mailing list