[compiler-rt] 0751360 - CODE_OWNERS: update information for builtins

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 08:37:50 PDT 2022


Author: Saleem Abdulrasool
Date: 2022-04-25T15:36:52Z
New Revision: 07513605b2231b4046d7827ac572ee1205b867b1

URL: https://github.com/llvm/llvm-project/commit/07513605b2231b4046d7827ac572ee1205b867b1
DIFF: https://github.com/llvm/llvm-project/commit/07513605b2231b4046d7827ac572ee1205b867b1.diff

LOG: CODE_OWNERS: update information for builtins

Mark myself as the code owner for the builtins library as per the
discussion at
https://discourse.llvm.org/t/code-owner-for-compiler-rt-builtins-library.

Differential Revision: https://reviews.llvm.org/D124263
Reviewed By: aaron.ballman, lattner

Added: 
    

Modified: 
    compiler-rt/CODE_OWNERS.TXT

Removed: 
    


################################################################################
diff  --git a/compiler-rt/CODE_OWNERS.TXT b/compiler-rt/CODE_OWNERS.TXT
index 125487816bcd0..02558d92713dd 100644
--- a/compiler-rt/CODE_OWNERS.TXT
+++ b/compiler-rt/CODE_OWNERS.TXT
@@ -20,8 +20,8 @@ N: Timur Iskhodzhanov
 E: timurrrr at google.com
 D: AddressSanitizer for Windows
 
-N: Howard Hinnant
-E: howard.hinnant at gmail.com
+N: Saleem Abdulrasool
+E: compnerd at compnerd.org
 D: builtins library
 
 N: Alexander Potapenko


        


More information about the llvm-commits mailing list