[llvm] [LLVM] Update sanitizers maintainers (PR #119165)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 8 20:32:54 PST 2024
https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/119165
>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 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?UTF-8?q?itial=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
>From 463b60641b595abde421b6e7896bf53896a14fb0 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Sun, 8 Dec 2024 20:32:44 -0800
Subject: [PATCH 2/2] fix
Created using spr 1.3.4
---
llvm/Maintainers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index ffccd6bf72accf..bb6cd5f8996567 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -95,7 +95,7 @@ chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.co
### Instrumentation and sanitizers
-#### AddressSanitizer, HWAddressSanitizer, MemorySanitizer, ThreadSanitizer
+#### Sanitizers not covered by someone else
Vitaly Buka \
vitalybuka at google.com (email), [vitalybuka](https://github.com/vitalybuka) (GitHub)
More information about the llvm-commits
mailing list