-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[LLVM] Update cmake maintainer #120542
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
[LLVM] Update cmake maintainer #120542
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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) | ||
|
|
||
| #### Debug info | ||
|
|
||
|
|
@@ -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 | ||
|
|
||
| Nakamura Takumi \ | ||
nikic marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| [email protected] (email), [chapuni](https://github.com/chapuni) (GitHub) | ||
|
|
||
| #### MCJIT, Orc, RuntimeDyld, PerfJITEvents | ||
|
|
||
| Lang Hames \ | ||
|
|
@@ -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 \ | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.