[llvm] [LLVM] Update debuginfo maintainers (PR #120231)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 05:25:35 PST 2024


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

> See [developer policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for context on the maintainers terminology.

We currently list @echristo as maintainer for Debuginfo and @d0k for DWARF Parser. I believe that neither of them are particularly active in these areas anymore, so I'd like to to update the information.

This PR is a stub to start discussion, because I think there are a lot of people who work on various aspects of debug info, so I'm not sure who to put down here. Volunteers welcome :)

I'd expect it would be multiple people, and it might make sense to break down "debug info" into some more specific parts.

@llvm/pr-subscribers-debuginfo @SLTozer @OCHyams 

>From ada97c42ba07cb03d0e8fd41b1d7550b8327976b Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Tue, 17 Dec 2024 14:15:10 +0100
Subject: [PATCH] Add stub for debuginfo maintainers

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

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 11d6deb1bf9195..22d14635333cea 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -308,13 +308,11 @@ chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.co
 
 #### Debug info
 
-Eric Christopher \
-echristo at gmail.com (email), [echristo](https://github.com/echristo) (GitHub)
+???
 
 #### DWARF Parser
 
-Benjamin Kramer \
-benny.kra at gmail.com (email), [d0k](https://github.com/d0k) (GitHub)
+???
 
 #### IR Linker
 
@@ -455,9 +453,11 @@ sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn
 Paul C. Anagnostopoulos (paul at windfall.com, [Paul-C-Anagnostopoulos](https://github.com/Paul-C-Anagnostopoulos)) -- TableGen \
 Justin Bogner (mail at justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \
 Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by someone else \
+Eric Christopher (echristo at gmail.com, [echristo](https://github.com/echristo)) -- Debug info \
 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 \
+Benjamin Kramer (benny.kra at gmail.com, [d0k](https://github.com/d0k)) -- DWARF Parser \
 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