[llvm] [libsycl] Add Maintainers.rst file (PR #168550)
Kseniya Tikhomirova via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 07:45:46 PST 2025
https://github.com/KseniyaTikhomirova updated https://github.com/llvm/llvm-project/pull/168550
>From 1472560addd933abcb8c2d0ba48a31a64bf801d8 Mon Sep 17 00:00:00 2001
From: "Tikhomirova, Kseniya" <kseniya.tikhomirova at intel.com>
Date: Tue, 18 Nov 2025 04:18:59 -0800
Subject: [PATCH] [libsycl] Add Maintainers.rst file
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova at intel.com>
---
libsycl/Maintainers.rst | 16 ++++++++++++++++
llvm/Maintainers.md | 2 ++
2 files changed, 18 insertions(+)
create mode 100644 libsycl/Maintainers.rst
diff --git a/libsycl/Maintainers.rst b/libsycl/Maintainers.rst
new file mode 100644
index 0000000000000..313a1ad79687d
--- /dev/null
+++ b/libsycl/Maintainers.rst
@@ -0,0 +1,16 @@
+=====================
+libsycl Maintainers
+=====================
+
+This file is a list of the
+`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ for
+libsycl.
+
+Current Maintainers
+========
+
+| Alexey Bader
+| alexey.bader at intel.com (email), `bader <https://github.com/bader>`_ (GitHub)
+
+| Kseniya Tikhomirova
+| kseniya.tikhomirova at intel.com (email), `KseniyaTikhomirova <https://github.com/KseniyaTikhomirova>`_ (GitHub)
\ No newline at end of file
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 1eba955f9d6ed..55ac6e8d5e9f7 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -511,6 +511,8 @@ Some subprojects maintain their own list of per-component maintainers.
[libclc maintainers](https://github.com/llvm/llvm-project/blob/main/libclc/Maintainers.md)
+[libsycl maintainers](https://github.com/llvm/llvm-project/blob/main/libsycl/Maintainers.rst)
+
[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/Maintainers.md)
[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.md)
More information about the llvm-commits
mailing list