Skip to content

[LLVM] Update debuginfo maintainers #120231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions llvm/Maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,16 +323,19 @@ [email protected] (email), [pcc](https://github.com/pcc) (GitHub)
Chandler Carruth \
[email protected], [email protected] (email), [chandlerc](https://github.com/chandlerc) (GitHub)

#### Debug info
#### Debug info and DWARF

Adrian Prantl \
[email protected] (email), [adrian-prantl](https://github.com/adrian-prantl) (GitHub) \
David Blaikie (especially type information) \
[email protected] (email), [dwblaikie](https://github.com/dwblaike) (GitHub) \
Jeremy Morse (especially variable information) \
[email protected] (email), [jmorse](https://github.com/jmorse) (GitHub) \
Jonas Devlieghere (especially dsymutil/DWARFLinker) \
[email protected] (email), [JDevlieghere](https://github.com/JDevlieghere) (GitHub) \
Eric Christopher \
[email protected] (email), [echristo](https://github.com/echristo) (GitHub)

#### DWARF Parser

Benjamin Kramer \
[email protected] (email), [d0k](https://github.com/d0k) (GitHub)

#### IR Linker and LTO

Teresa Johnson \
Expand Down Expand Up @@ -468,6 +471,7 @@ Renato Golin ([email protected], [rengolin](https://github.com/rengolin)) -
Venkatraman Govindaraju ([email protected], [vegovin](https://github.com/vegovin) -- Sparc backend \
James Grosbach ([email protected]) -- MC layer \
Anton Korobeynikov ([email protected], [asl](https://github.com/asl)) -- ARM EABI \
Benjamin Kramer ([email protected], [d0k](https://github.com/d0k)) -- DWARF Parser \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move the DWARF parser into the Debug info section, if we list it separately at all

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry is part of the former/inactive maintainer list.

David Majnemer ([email protected], [majnemer](https://github.com/majnemer)) -- InstCombine, ConstantFold \
Chad Rosier ([email protected]) -- FastISel \
Hans Wennborg ([email protected], [zmodem](https://github.com/zmodem)) -- Release management \
Expand Down
Loading