[flang-commits] [flang] 08c472f - [Flang] Add code owner for the Driver

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri Apr 14 07:38:47 PDT 2023


Author: Kiran Chandramohan
Date: 2023-04-14T14:38:32Z
New Revision: 08c472f254df4959b33dd65c6cd208bbd890bbbc

URL: https://github.com/llvm/llvm-project/commit/08c472f254df4959b33dd65c6cd208bbd890bbbc
DIFF: https://github.com/llvm/llvm-project/commit/08c472f254df4959b33dd65c6cd208bbd890bbbc.diff

LOG: [Flang] Add code owner for the Driver

Andrzej proposed the design and led the work for the Flang Driver
over the past couple of years. He is continuing to function as
the primary reviewer and gate-keeper of the Driver.

Reviewed By: sscalpone

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

Added: 
    

Modified: 
    flang/CODE_OWNERS.TXT

Removed: 
    


################################################################################
diff  --git a/flang/CODE_OWNERS.TXT b/flang/CODE_OWNERS.TXT
index 649243aa1e8fe..a8e2fe07a9853 100644
--- a/flang/CODE_OWNERS.TXT
+++ b/flang/CODE_OWNERS.TXT
@@ -12,3 +12,7 @@ beautification by scripts. The fields are: name (N), email (E), web-address
 N: Steve Scalpone
 E: sscalpone at nvidia.com
 D: Anything not covered by others
+
+N: Andrzej Warzynski
+E: andrzej.warzynski at arm.com
+D: Driver


        


More information about the flang-commits mailing list