Skip to content
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