[llvm] [github] Add ClangIR codeowners (PR #86089)

Nathan Lanza via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 22:56:32 PDT 2024


https://github.com/lanza created https://github.com/llvm/llvm-project/pull/86089

None

>From 553e035ec5c89b92b4dda53ac1d2bc73c93f46c1 Mon Sep 17 00:00:00 2001
From: Nathan Lanza <nathanlanza at gmail.com>
Date: Thu, 21 Mar 2024 01:56:21 -0400
Subject: [PATCH] [github] Add ClangIR codeowners

---
 .github/CODEOWNERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c246c42b0904d2..33c79be50d5a83 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -35,6 +35,10 @@
 clang/lib/AST/Interp/ @tbaederr
 clang/test/AST/Interp/ @tbaederr
 
+/clang/include/clang/CIR @lanza @bcardosolopes
+/clang/lib/CIR @lanza @bcardosolopes
+/clang/tools/cir-* @lanza @bcardosolopes
+
 /lldb/ @JDevlieghere
 
 # MLIR Interfaces.



More information about the llvm-commits mailing list