[llvm] [LLVM] Update debuginfo maintainers (PR #120231)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 00:34:14 PST 2024
https://github.com/nikic updated https://github.com/llvm/llvm-project/pull/120231
>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 1/3] 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 \
>From 7b3f82be09c452d71b377eab44b91c604f0187c4 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 18 Dec 2024 12:32:50 +0100
Subject: [PATCH 2/3] add clang debug info maintainers + jmorse
---
llvm/Maintainers.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 22d14635333cea..910fc5eea57370 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -308,7 +308,14 @@ chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.co
#### Debug info
-???
+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
@@ -453,7 +460,6 @@ 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 \
>From 69f6c7ddc62e4be110778230bae3e538baf45f18 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 19 Dec 2024 09:33:53 +0100
Subject: [PATCH 3/3] Merge DWARF into debug info category
---
llvm/Maintainers.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 910fc5eea57370..8797ca632be6cb 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -306,7 +306,7 @@ 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) \
@@ -317,10 +317,6 @@ 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
-
-???
-
#### IR Linker
Teresa Johnson \
More information about the llvm-commits
mailing list