diff options
author | Nick Kledzik <kledzik@apple.com> | 2015-07-25 00:44:37 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2015-07-25 00:44:37 +0000 |
commit | a79d7bb344bdd338b2e14de7e826f2595eec2431 (patch) | |
tree | 87363a5c6478653f0232560477e5c8b0851adbea | |
parent | 2da6ec2ee6da456e13c61e0c7a913bcd9b6b9224 (diff) | |
download | bcm5719-llvm-a79d7bb344bdd338b2e14de7e826f2595eec2431.tar.gz bcm5719-llvm-a79d7bb344bdd338b2e14de7e826f2595eec2431.zip |
Add initial CODE_OWNERS.TXT file
llvm-svn: 243190
-rw-r--r-- | lld/CODE_OWNERS.TXT | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lld/CODE_OWNERS.TXT b/lld/CODE_OWNERS.TXT new file mode 100644 index 00000000000..292967e588f --- /dev/null +++ b/lld/CODE_OWNERS.TXT @@ -0,0 +1,19 @@ +This file is a list of the people responsible for ensuring that patches for a +particular part of LLD are reviewed, either by themself or by someone else. +They are also the gatekeepers for their part of LLD, with the final word on +what goes in or not. + +The list is sorted by surname and formatted to allow easy grepping and +beautification by scripts. The fields are: name (N), email (E), web-address +(W), PGP key ID and fingerprint (P), description (D), and snail-mail address +(S). Each entry should contain at least the (N), (E) and (D) fields. + + +N: Rui Ueyama +E: ruiu@google.com +D: COFF, ELF backends (COFF/* ELF/*) + +N: Lang Hames, Nick Kledzik +E: lhames@gmail.com, kledzik@apple.com +D: Mach-O backend + |