[llvm] r251471 - Add myself as the the code owner for the AVR backend

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 17:24:55 PDT 2015


Author: dylanmckay
Date: Tue Oct 27 19:24:54 2015
New Revision: 251471

URL: http://llvm.org/viewvc/llvm-project?rev=251471&view=rev
Log:
Add myself as the the code owner for the AVR backend

Summary:
As I maintain the AVR backend and am currently in the process of migrating it in tree, it makes sense to add myself as the code owner.

Thoughts welcome!

Differential Revision: http://reviews.llvm.org/D14002

Modified:
    llvm/trunk/CODE_OWNERS.TXT

Modified: llvm/trunk/CODE_OWNERS.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT?rev=251471&r1=251470&r2=251471&view=diff
==============================================================================
--- llvm/trunk/CODE_OWNERS.TXT (original)
+++ llvm/trunk/CODE_OWNERS.TXT Tue Oct 27 19:24:54 2015
@@ -118,6 +118,10 @@ N: David Majnemer
 E: david.majnemer at gmail.com
 D: IR Constant Folder, InstCombine
 
+N: Dylan McKay
+E: dylanmckay34 at gmail.com
+D: AVR Backend
+
 N: Tim Northover
 E: t.p.northover at gmail.com
 D: AArch64 backend, misc ARM backend




More information about the llvm-commits mailing list