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

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 17:17:25 PDT 2024


Author: Alexander Shaposhnikov
Date: 2024-07-15T17:17:21-07:00
New Revision: 00af49a27c0266b21718d4fa130a0a9df23a76f4

URL: https://github.com/llvm/llvm-project/commit/00af49a27c0266b21718d4fa130a0a9df23a76f4
DIFF: https://github.com/llvm/llvm-project/commit/00af49a27c0266b21718d4fa130a0a9df23a76f4.diff

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

Add code owner for nsan.

Added: 
    

Modified: 
    compiler-rt/CODE_OWNERS.TXT

Removed: 
    


################################################################################
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