[compiler-rt] [compiler-rt] Add code owner for nsan (PR #98967)

Alexander Shaposhnikov via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 14:42:47 PDT 2024


https://github.com/alexander-shaposhnikov created https://github.com/llvm/llvm-project/pull/98967

Add code owner for nsan.

>From 6254773d67183888ba2b76194b7b4ac8d870d012 Mon Sep 17 00:00:00 2001
From: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: Mon, 15 Jul 2024 21:41:50 +0000
Subject: [PATCH] [compiler-rt] Add code owner for nsan

---
 compiler-rt/CODE_OWNERS.TXT | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/compiler-rt/CODE_OWNERS.TXT b/compiler-rt/CODE_OWNERS.TXT
index 570ab86508060..bd51a1073cc38 100644
--- a/compiler-rt/CODE_OWNERS.TXT
+++ b/compiler-rt/CODE_OWNERS.TXT
@@ -71,3 +71,7 @@ D: Profile runtime library
 N: Christopher Apple, David Trevelyan
 E: cja-private at pm.me, realtime.sanitizer at gmail.com
 D: Realtime Sanitizer (RTSan)
+
+N: Alexander Shaposhnikov
+E: alexander.v.shaposhnikov at gmail.com
+D: Numerical Sanitizer (NSAN)



More information about the llvm-commits mailing list