From 727f95c8fc22e8356fcfa1582c30bc4679f9a33d Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Wed, 28 Oct 2015 00:24:54 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251471 91177308-0d34-0410-b5e6-96231b3b80d8 --- CODE_OWNERS.TXT | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT index 78ef539c8f9..0a6f057341e 100644 --- a/CODE_OWNERS.TXT +++ b/CODE_OWNERS.TXT @@ -118,6 +118,10 @@ N: David Majnemer E: david.majnemer@gmail.com D: IR Constant Folder, InstCombine +N: Dylan McKay +E: dylanmckay34@gmail.com +D: AVR Backend + N: Tim Northover E: t.p.northover@gmail.com D: AArch64 backend, misc ARM backend -- 2.34.1