[llvm] [github] Add ClangIR codeowners (PR #86089)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 19:27:42 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clangir
Author: Nathan Lanza (lanza)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/86089.diff
1 Files Affected:
- (modified) .github/CODEOWNERS (+4)
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/86089
More information about the llvm-commits
mailing list