[llvm] b828608 - [LLVM] Add maintainer for NumericalStabilitySanitizer (NFC) (#115899)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 06:45:28 PST 2024
Author: Nikita Popov
Date: 2024-11-15T15:45:24+01:00
New Revision: b828608ca1313a0b80055840bd896c7eb6709366
URL: https://github.com/llvm/llvm-project/commit/b828608ca1313a0b80055840bd896c7eb6709366
DIFF: https://github.com/llvm/llvm-project/commit/b828608ca1313a0b80055840bd896c7eb6709366.diff
LOG: [LLVM] Add maintainer for NumericalStabilitySanitizer (NFC) (#115899)
@alexander-shaposhnikov is already listed as the nsan maintainer on the
compiler-rt side
(https://github.com/llvm/llvm-project/blob/a55248789ed3f653740e0723d016203b9d585f26/compiler-rt/CODE_OWNERS.TXT#L75-L77),
so I'd like to mirror this to the LLVM part of the sanitizer as well.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 2d810a706c0987..c648e8b4c84b63 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -93,6 +93,11 @@ kcc at google.com (email), [kcc](https://github.com/kcc) (GitHub)
Evgeniy Stepanov \
eugenis at google.com (email), [eugenis](https://github.com/eugenis) (GitHub)
+#### NumericalStabilitySanitizer
+
+Alexander Shaposhnikov \
+ashaposhnikov at google.com (email), [alexander-shaposhnikov](https://github.com/alexander-shaposhnikov) (GitHub)
+
#### RealtimeSanitizer
Christopher Apple \
More information about the llvm-commits
mailing list