[llvm] 896fbe6 - [AVR][NFC] Change the owner of the AVR backend

Ben Shi via llvm-commits llvm-commits at lists.llvm.org
Sun May 21 22:25:40 PDT 2023


Author: Ben Shi
Date: 2023-05-22T13:25:23+08:00
New Revision: 896fbe68fff8b206b56de151519d86b0700368d4

URL: https://github.com/llvm/llvm-project/commit/896fbe68fff8b206b56de151519d86b0700368d4
DIFF: https://github.com/llvm/llvm-project/commit/896fbe68fff8b206b56de151519d86b0700368d4.diff

LOG: [AVR][NFC] Change the owner of the AVR backend

The former owner Dylan McKay (https://reviews.llvm.org/p/dylanmckay/)
has agreed to pass the responsibility to
Ben Shi (https://reviews.llvm.org/p/benshi001/). Please refer to
https://discourse.llvm.org/t/apply-for-the-ownership-of-the-avr-backend/70624

Reviewed By: MaskRay, lattner

Differential Revision: https://reviews.llvm.org/D150519

Added: 
    

Modified: 
    llvm/CODE_OWNERS.TXT

Removed: 
    


################################################################################
diff  --git a/llvm/CODE_OWNERS.TXT b/llvm/CODE_OWNERS.TXT
index 54c5ac348986..a2c89d40a1b3 100644
--- a/llvm/CODE_OWNERS.TXT
+++ b/llvm/CODE_OWNERS.TXT
@@ -160,8 +160,8 @@ N: David Majnemer
 E: david.majnemer at gmail.com
 D: IR Constant Folder, InstCombine
 
-N: Dylan McKay
-E: me at dylanmckay.io
+N: Ben Shi
+E: 2283975856 at qq.com, powerman1st at 163.com
 D: AVR Backend
 
 N: Kazushi Marukawa


        


More information about the llvm-commits mailing list