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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 06:35:23 PST 2024


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

We currently list @asl as the maintainer for exception handling, but I don't think he has been particularly involved in that area in recent years. Please correct me if I'm wrong!

I'd like to nominate @efriedma-quic as the replacement. I think Eli is familiar with all our exception mechanisms and a good choice of reviewer for related PRs.

>From 83ca806c4bee42893f4d0234f4e8fe63ba491a52 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] [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 8c9800054bb990..019f4416d90e6c 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -402,8 +402,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
 
@@ -460,7 +460,7 @@ Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by some
 Jake Ehrlich (jakehehrlich at google.com, [jakehehrlich](https://github.com/jakehehrlich)) -- llvm-objcopy and ObjCopy library \
 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 \
+Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI, Exception handling \
 Chad Rosier (mcrosier at codeaurora.org) -- FastISel \
 Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
 Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \



More information about the llvm-commits mailing list