File tree Expand file tree Collapse file tree 5 files changed +62
-1
lines changed Expand file tree Collapse file tree 5 files changed +62
-1
lines changed Original file line number Diff line number Diff line change
1
+ =====================
2
+ LLVM-libc Maintainers
3
+ =====================
4
+
5
+ This file is a list of the
6
+ `maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers >`_ for
7
+ LLVM-libc. The following people are the active maintainers for the project.
8
+ Please reach out to them for code reviews, questions about their area of
9
+ expertise, or other assistance.
10
+
11
+ .. contents ::
12
+ :depth: 1
13
+ :local:
14
+
15
+ Lead Maintainer
16
+ ---------------
17
+ | Michael Jones
18
+ | michaelrj\@google.com (email), `michaelrj-google <https://github.com/michaelrj-google>`_ (github)
19
+
20
+ Baremetal
21
+ ---------
22
+ | Petr Hosek
23
+ | phosek\@google.com (email), `petrhosek <https://github.com/petrhosek>`_ (github)
24
+
25
+ Fixed Point
26
+ -----------
27
+ | Leonard Chan
28
+ | leonardchan\@google.com (email), `PiJoules <https://github.com/PiJoules>`_ (github)
29
+
30
+ GPU
31
+ ---
32
+ | Joseph Huber
33
+ | joseph.huber\@amd.com (email), `jhuber6 <https://github.com/jhuber6>`_ (github)
34
+
35
+ Math
36
+ ----
37
+ | Tue Ly
38
+ | lntue\@google.com (email), `lntue <https://github.com/lntue>`_ (github)
39
+ | Nicolas Celik
40
+ | its.overmighty\@gmail.com (email), `OverMighty <https://github.com/overmighty>`_ (github)
41
+
42
+ Threading
43
+ ---------
44
+ | Yifan Zhu
45
+ | yifanzhu\@rochester.edu (email), `Schrodinger ZHU Yifan <https://github.com/schrodingerzhu>`_ (github)
46
+
47
+ UEFI
48
+ ----
49
+ | Tristan Ross
50
+ | tristan.ross\@midstall.com (email), `RossComputerGuy <https://github.com/RossComputerGuy>`_ (github)
51
+
52
+ .. TODO: add "Inactive Maintainers" section when needed.
Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ if (SPHINX_FOUND)
8
8
# want the dynamically generated .rst files to pollute the source tree.
9
9
add_custom_target (copy-libc-rst-docs
10
10
COMMAND "${CMAKE_COMMAND} " -E copy_directory
11
- "${CMAKE_CURRENT_SOURCE_DIR} " "${CMAKE_CURRENT_BINARY_DIR} " )
11
+ "${CMAKE_CURRENT_SOURCE_DIR} " "${CMAKE_CURRENT_BINARY_DIR} "
12
+
13
+ COMMAND "${CMAKE_COMMAND} " -E copy_if_different
14
+ "${CMAKE_CURRENT_SOURCE_DIR} /../Maintainers.rst"
15
+ "${CMAKE_CURRENT_BINARY_DIR} "
16
+ )
12
17
13
18
# For headers that are nested in directories, we need to
14
19
# `mkdir $build_dir/libc/docs/headers/$dir` since the above copy_directory
Original file line number Diff line number Diff line change
1
+ .. include :: ../Maintainers.rst
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ LLVM-libc aspires to a unique place in the software ecosystem. The goals are:
71
71
:maxdepth: 1
72
72
:caption: Development
73
73
74
+ Maintainers
74
75
build_and_test
75
76
dev/index.rst
76
77
porting
Original file line number Diff line number Diff line change @@ -467,6 +467,8 @@ Some subprojects maintain their own list of per-component maintainers.
467
467
468
468
[ libc++ maintainers] ( https://github.com/llvm/llvm-project/blob/main/libcxx/Maintainers.md )
469
469
470
+ [ Libc maintainers] ( https://github.com/llvm/llvm-project/blob/main/libc/Maintainers.rst )
471
+
470
472
[ libclc maintainers] ( https://github.com/llvm/llvm-project/blob/main/libclc/Maintainers.md )
471
473
472
474
[ LLD maintainers] ( https://github.com/llvm/llvm-project/blob/main/lld/Maintainers.md )
You can’t perform that action at this time.
0 commit comments