[llvm] [.github] Add myself as a reviewer for DWARFLinker & friends (PR #96531)
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 11:17:41 PDT 2024
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/96531
None
>From 9a1707ce592fd017f52a26a6240de77bb09e16cb Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Mon, 24 Jun 2024 11:16:40 -0700
Subject: [PATCH] [.github] Add myself as a reviewer for DWARFLinker & friends
---
.github/CODEOWNERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6adae58832e19..b28ed724f517d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -141,3 +141,8 @@ clang/test/AST/Interp/ @tbaederr
# ExtractAPI
/clang/**/ExtractAPI @daniel-grumberg
+
+# DWARFLinker, dwarfutil, dsymutil
+/llvm/**/DWARFLinker/ @JDevlieghere
+/llvm/**/dsymutil/ @JDevlieghere
+/llvm/**/llvm-dwarfutil/ @JDevlieghere
More information about the llvm-commits
mailing list