[llvm] [LLVM][Maintainers] Update lead maintainer for LLVM (PR #111180)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 08:57:17 PDT 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/111180
Set myself as the current lead maintainer for LLVM, and Chris Lattner as the emeritus lead maintainer.
This implements https://discourse.llvm.org/t/rfc-proposing-a-new-lead-maintainer-for-llvm/81290.
>From 6084460e8a8d7a42af8eec045d3b0620e2687ce6 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Fri, 4 Oct 2024 17:01:24 +0200
Subject: [PATCH] [LLVM][Maintainers] Update lead maintainer for LLVM
Set myself as the current lead maintainer for LLVM, and Chris
Lattner as the emeritus lead maintainer.
This implements https://discourse.llvm.org/t/rfc-proposing-a-new-lead-maintainer-for-llvm/81290.
---
llvm/Maintainers.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index b2599ab51fdd19..89440344d5733e 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -16,8 +16,8 @@ assistance.
The lead maintainer is responsible for all parts of LLVM not covered by somebody else.
-Chris Lattner \
-sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattner (Discourse)
+Nikita Popov \
+llvm at npopov.com, npopov at redhat.com (email), [nikic](https://github.com/nikic) (GitHub), nikic (Discourse)
### Transforms and analyses
@@ -426,6 +426,9 @@ help with the success of the project!
### Emeritus lead maintainers
+Chris Lattner \
+sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattner (Discourse)
+
### Inactive component maintainers
### Former maintainers of removed components
More information about the llvm-commits
mailing list