Skip to content
Merged
Changes from 3 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
13 changes: 9 additions & 4 deletions llvm/Maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ [email protected] (email), [kuhar](https://github.com/kuhar) (GitHub)
Peter Collingbourne \
[email protected] (email), [pcc](https://github.com/pcc) (GitHub)

#### CMake and library layering
#### CMake

Chandler Carruth \
[email protected], chandlerc@google.com (email), [chandlerc](https://github.com/chandlerc) (GitHub)
Petr Hosek \
phosek@google.com (email), [petrhosek](https://github.com/petrhosek) (GitHub)
Copy link
Collaborator

Choose a reason for hiding this comment

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

@petrhosek is a fantastic choice for CMake maintainer, but I actually think we probably need more than one maintainer for CMake. LLVM's CMake has really become extremely complex and varied, and there are a lot of changes that go into it (big and small).

I had started and never followed through on creating a set of code owners for CMake which at the time was @petrhosek, @compnerd, @smeenai, @ldionne, @tstellar, and myself. I'd probably add @MaskRay to that list too.

Copy link
Member

Choose a reason for hiding this comment

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

I agree that we need more CMake maintainers. I'd also include @mstorsjo in your list.


#### Debug info

Expand All @@ -325,6 +325,11 @@ [email protected] (email), [d0k](https://github.com/d0k) (GitHub)
Teresa Johnson \
[email protected] (email), [teresajohnson](https://github.com/teresajohnson) (GitHub)

#### Library layering

Takumi Nakamura \
[email protected] (email), [chapuni](https://github.com/chapuni) (GitHub)

#### MCJIT, Orc, RuntimeDyld, PerfJITEvents

Lang Hames \
Expand Down Expand Up @@ -450,7 +455,7 @@ [email protected] (email), [lattner](https://github.com/lattner) (GitHub), clattn

Paul C. Anagnostopoulos ([email protected], [Paul-C-Anagnostopoulos](https://github.com/Paul-C-Anagnostopoulos)) -- TableGen \
Justin Bogner ([email protected], [bogner](https://github.com/bogner)) -- SelectionDAG \
Chandler Carruth ([email protected], [email protected], [chandlerc](https://github.com/chandlerc)) -- ADT, Support \
Chandler Carruth ([email protected], [email protected], [chandlerc](https://github.com/chandlerc)) -- ADT, Support, CMake and library layering \
Peter Collingbourne ([email protected], [pcc](https://github.com/pcc)) -- LTO \
Evan Cheng ([email protected]) -- Parts of code generator not covered by someone else \
Jake Ehrlich ([email protected], [jakehehrlich](https://github.com/jakehehrlich)) -- llvm-objcopy and ObjCopy library \
Expand Down
Loading