From 2e69af4dc1e8ecf0b37617903e6f9751e150c635 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Tue, 1 Jun 2021 15:41:42 +0300 Subject: [PATCH 1/2] [CODEOWNERS] Fix SPIRITTAnnnotations tests ownership --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7edb73bbf22f7..27b0520d7db87 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -107,3 +107,4 @@ sycl/doc/extensions/ExplicitSIMD/ @kbobrovs # ITT annotations llvm/lib/Transforms/Instrumentation/SPIRITTAnnotations.cpp @MrSidims llvm/include/llvm/Transforms/Instrumentation/SPIRITTAnnotations.h @MrSidims +llvm/test/Transforms/SPIRITTAnnotations/* @MrSidims From 0a96ed311a8e4ec354f47c9ffea798e5835fc6cf Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Tue, 1 Jun 2021 15:49:56 +0300 Subject: [PATCH 2/2] Add @vzakhari as SPIRITTAnnotations pass code owner. --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 27b0520d7db87..6af747fcd0e96 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -105,6 +105,6 @@ sycl/include/sycl/ext/intel/experimental/esimd.hpp @kbobrovs @DenisBakhvalov sycl/doc/extensions/ExplicitSIMD/ @kbobrovs # ITT annotations -llvm/lib/Transforms/Instrumentation/SPIRITTAnnotations.cpp @MrSidims -llvm/include/llvm/Transforms/Instrumentation/SPIRITTAnnotations.h @MrSidims -llvm/test/Transforms/SPIRITTAnnotations/* @MrSidims +llvm/lib/Transforms/Instrumentation/SPIRITTAnnotations.cpp @MrSidims @vzakhari +llvm/include/llvm/Transforms/Instrumentation/SPIRITTAnnotations.h @MrSidims @vzakhari +llvm/test/Transforms/SPIRITTAnnotations/* @MrSidims @vzakhari