[llvm] Add mlir-emitc subscribers to watch the Cpp target (PR #65603)
Marius Brehler via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 06:01:12 PDT 2023
https://github.com/marbre created https://github.com/llvm/llvm-project/pull/65603:
None
>From 590d7d6a7548e6fe91c0342c964bc2639f554f13 Mon Sep 17 00:00:00 2001
From: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: Thu, 7 Sep 2023 12:56:51 +0000
Subject: [PATCH] Add mlir-emitc subscribers to watch the Cpp target
---
.github/CODEOWNERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2a89e477bb2924..8c38f75695013a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -105,6 +105,7 @@
# mlir-emitc
/mlir/**/EmitC/ @llvm/pr-subscribers-mlir-emitc
+/mlir/lib/Target/Cpp @llvm/pr-subscribers-mlir-emitc
# mlir-func
/mlir/**/Func/ @llvm/pr-subscribers-mlir-func
More information about the llvm-commits
mailing list