diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-05-01 14:06:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 14:06:33 -0500 |
commit | a60984ec8d8eb84fd087ed1bcf2ebfb6512ae20d (patch) | |
tree | f784bcf79465480aa90427bf02af272297733e6f | |
parent | 1f56afa9b4d1839b8c8703ff9c7a4784546a6451 (diff) | |
download | llvm-a60984ec8d8eb84fd087ed1bcf2ebfb6512ae20d.zip llvm-a60984ec8d8eb84fd087ed1bcf2ebfb6512ae20d.tar.gz llvm-a60984ec8d8eb84fd087ed1bcf2ebfb6512ae20d.tar.bz2 |
[Offload] Add 'Maintainers.md' file for offload (#138177)
Summary:
The offload project lacks a maintainers file. Adding it with myself and
Johannes as the still active maintainers.
-rw-r--r-- | offload/Maintainers.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/offload/Maintainers.md b/offload/Maintainers.md new file mode 100644 index 0000000..8dd4b62 --- /dev/null +++ b/offload/Maintainers.md @@ -0,0 +1,13 @@ +# LLVM Offload Library Maintainers + +This file is a list of the +[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for +the LLVM Offloading library. + +# Current Maintainers + +Johannes Doerfert \ +jdoerfert@llnl.gov (email), [jdoerfert](https://github.com/jdoerfert) (GitHub) + +Joseph Huber \ +joseph.huber@amd.com (email), [jhuber6](https://github.com/jhuber6) (Github) |