[llvm] fffa68a - [LLVM] Update exception handling maintainer (#120585)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 00:16:08 PST 2025
Author: Nikita Popov
Date: 2025-01-30T09:16:05+01:00
New Revision: fffa68ad325b01fb366d4b9f761fe49fa967b7ed
URL: https://github.com/llvm/llvm-project/commit/fffa68ad325b01fb366d4b9f761fe49fa967b7ed
DIFF: https://github.com/llvm/llvm-project/commit/fffa68ad325b01fb366d4b9f761fe49fa967b7ed.diff
LOG: [LLVM] Update exception handling maintainer (#120585)
Nominate rnk as the new maintainer for exception handling.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 534d81e68d0245..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
-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)
#### 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 \
More information about the llvm-commits
mailing list