[llvm] [lldb] Add lldb team to CODEOWNERS (PR #65454)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 01:21:18 PDT 2023
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/65454:
https://github.com/orgs/llvm/teams/pr-subscribers-lldb exists but wasn't added to this file.
>From 86c6e51914787e578f3aedec05fdc8e3b4322048 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Wed, 6 Sep 2023 08:19:35 +0000
Subject: [PATCH] [lldb] Add lldb team to CODEOWNERS
https://github.com/orgs/llvm/teams/pr-subscribers-lldb exists
but wasn't added to this file.
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 235e22005b0940..2a89e477bb2924 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -617,3 +617,6 @@ utils/bazel/llvm-project-overlay/libc/** @llvm/pr-subscribers-libc
/clang/test/CodeGen/WebAssembly/ @llvm/pr-subscribers-webassembly
/clang/test/Sema/*wasm* @llvm/pr-subscribers-webassembly
/clang/test/SemaCXX/*wasm* @llvm/pr-subscribers-webassembly
+
+# lldb
+/lldb/** @llvm/pr-subscribers-lldb
More information about the llvm-commits
mailing list