[llvm] [LLVM] Update sanitizers maintainers (PR #119165)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 8 20:29:24 PST 2024
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/119165
None
>From ad8f16086f8d486f3004fb98d236569ceaf1ef57 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Sun, 8 Dec 2024 20:29:09 -0800
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
=?UTF-8?q?l=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Created using spr 1.3.4
---
llvm/Maintainers.md | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 881d4c3944bbd3..ffccd6bf72accf 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -95,15 +95,10 @@ chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.co
### Instrumentation and sanitizers
-#### AddressSanitizer, ThreadSanitizer
+#### AddressSanitizer, HWAddressSanitizer, MemorySanitizer, ThreadSanitizer
-Kostya Serebryany \
-kcc at google.com (email), [kcc](https://github.com/kcc) (GitHub)
-
-#### MemorySanitizer
-
-Evgeniy Stepanov \
-eugenis at google.com (email), [eugenis](https://github.com/eugenis) (GitHub)
+Vitaly Buka \
+vitalybuka at google.com (email), [vitalybuka](https://github.com/vitalybuka) (GitHub)
#### NumericalStabilitySanitizer
@@ -470,6 +465,8 @@ Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by some
Renato Golin (rengolin at systemcall.eu, [rengolin](https://github.com/rengolin)) -- ARM backend \
Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI \
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
+Kostya Serebryany ([kcc](https://github.com/kcc)) - Sanitizers
+Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) - Sanitizers
### Former maintainers of removed components
More information about the llvm-commits
mailing list