aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2024-06-24 11:26:02 -0700
committerGitHub <noreply@github.com>2024-06-24 11:26:02 -0700
commit58cb0e651fee277777c7121465d488dba43adbd6 (patch)
treeb7f7114aecbf1818e40f10b3254a2e31fc6f96b0 /.github
parent0ab81986be7c2df8dc784e9e950c906274b51fd4 (diff)
downloadllvm-58cb0e651fee277777c7121465d488dba43adbd6.zip
llvm-58cb0e651fee277777c7121465d488dba43adbd6.tar.gz
llvm-58cb0e651fee277777c7121465d488dba43adbd6.tar.bz2
[.github] Add myself as a reviewer for DWARFLinker & friends (#96531)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6adae58..b28ed72 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