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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 01:27:37 PST 2025


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

>From 77bcbb9f5765195bc0434c1b1c7821bf53dfdcb4 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 1/2] Add stub for debuginfo maintainers

add clang debug info maintainers + jmorse

Merge DWARF into debug info category
---
 llvm/Maintainers.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 7acca062f42a0e..7628bc01b1a45e 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -323,16 +323,17 @@ peter at pcc.me.uk (email), [pcc](https://github.com/pcc) (GitHub)
 Chandler Carruth \
 chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.com/chandlerc) (GitHub)
 
-#### Debug info
+#### Debug info and DWARF
 
+Adrian Prantl \
+aprantl at apple.com (email), [adrian-prantl](https://github.com/adrian-prantl) (GitHub) \
+David Blaikie (especially type information) \
+dblaikie at gmail.com (email), [dwblaikie](https://github.com/dwblaike) (GitHub) \
+Jeremy Morse (especially variable information) \
+jeremy.morse at sony.com (email), [jmorse](https://github.com/jmorse) (GitHub) \
 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 and LTO
 
 Teresa Johnson \
@@ -468,6 +469,7 @@ Renato Golin (rengolin at systemcall.eu, [rengolin](https://github.com/rengolin)) -
 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 \
+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 \
 Chad Rosier (mcrosier at codeaurora.org) -- FastISel \
 Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \

>From d973ed184ccdd4ce35f24fe05336ba7467860def Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Mon, 6 Jan 2025 10:27:08 +0100
Subject: [PATCH 2/2] Add JDevlieghere for dsymutil/DWARFLinker

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

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 7628bc01b1a45e..8d86ac45f3d057 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -331,6 +331,8 @@ David Blaikie (especially type information) \
 dblaikie at gmail.com (email), [dwblaikie](https://github.com/dwblaike) (GitHub) \
 Jeremy Morse (especially variable information) \
 jeremy.morse at sony.com (email), [jmorse](https://github.com/jmorse) (GitHub) \
+Jonas Devlieghere (especially dsymutil/DWARFLinker) \
+jonas at devlieghere.com (email), [JDevlieghere](https://github.com/JDevlieghere) (GitHub) \
 Eric Christopher \
 echristo at gmail.com (email), [echristo](https://github.com/echristo) (GitHub)
 



More information about the llvm-commits mailing list