[llvm] [LLVM] Update exception handling maintainer (PR #120585)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 06:30:39 PST 2025


https://github.com/nikic updated https://github.com/llvm/llvm-project/pull/120585

>From e93792cf809176a5f42f6348cc1f5f13d0f6a893 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 19 Dec 2024 15:29:55 +0100
Subject: [PATCH 1/2] [LLVM] Update exception handling maintainer

---
 llvm/Maintainers.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 534d81e68d0245..b9ff3226e82d7e 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -436,8 +436,8 @@ echristo at gmail.com (email), [echristo](https://github.com/echristo) (GitHub)
 
 #### Exception handling
 
-Anton Korobeynikov \
-anton at korobeynikov.info (email), [asl](https://github.com/asl) (GitHub)
+Eli Friedman \
+efriedma at quicinc.com (email), [efriedma-quic](https://github.com/efriedma-quic) (GitHub)
 
 #### LLVM Buildbot
 
@@ -493,7 +493,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, Windows codegen \
+Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI, Windows codegen, Exception handling \
 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 \
 Tim Northover (t.p.northover at gmail.com, [TNorthover](https://github.com/TNorthover)) -- AArch64 backend \

>From 11888bbd0ed152a5057c60ab8e93b9dbdfe3054f Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 29 Jan 2025 15:30:03 +0100
Subject: [PATCH 2/2] Make rnk the exception handling maintainer

---
 llvm/Maintainers.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index b9ff3226e82d7e..b9dd2041170a73 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -436,8 +436,8 @@ echristo at gmail.com (email), [echristo](https://github.com/echristo) (GitHub)
 
 #### Exception handling
 
-Eli Friedman \
-efriedma at quicinc.com (email), [efriedma-quic](https://github.com/efriedma-quic) (GitHub)
+Reid Kleckner \
+rnk at google.com (email), [rnk](https://github.com/rnk) (GitHub)
 
 #### LLVM Buildbot
 



More information about the llvm-commits mailing list