[llvm] [Offload] Add 'Maintainers.md' file for offload (PR #138177)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 1 11:44:52 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-offload

Author: Joseph Huber (jhuber6)

<details>
<summary>Changes</summary>

Summary:
The offload project lacks a maintainers file. Adding it with myself and
Johannes as the still active maintainers.


---
Full diff: https://github.com/llvm/llvm-project/pull/138177.diff


1 Files Affected:

- (added) offload/Maintainers.md (+13) 


``````````diff
diff --git a/offload/Maintainers.md b/offload/Maintainers.md
new file mode 100644
index 0000000000000..2facc7ffbd751
--- /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 at llnl.gov (email), [jdoerfert](https://github.com/jdoerfert) (GitHub)
+
+Joseph Huber
+joseph.huber at amd.com (email), [jhuber6](https://github.com/jhuber6) (Github)

``````````

</details>


https://github.com/llvm/llvm-project/pull/138177


More information about the llvm-commits mailing list