summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-02-08 21:16:27 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-02-08 21:16:27 +0000
commit74b8757cc2cf2960440411200348fa924d4fb4cd (patch)
tree327a8349be216b1ef71c6a5b007939972c23d32b /CODE_OWNERS.TXT
parent405386b95ef62aea752d9ce9f42370e7e4f93201 (diff)
Take code ownership of LLVM bitcode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT6
1 files changed, 1 insertions, 5 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index 0725dc9aa01..b006a79ca43 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -8,10 +8,6 @@ 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: Joe Abbey
-E: jabbey@arxan.com
-D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
-
N: Justin Bogner
E: mail@justinbogner.com
D: InstrProfiling and related parts of ProfileData
@@ -48,7 +44,7 @@ D: libc++
N: Peter Collingbourne
E: peter@pcc.me.uk
-D: llgo, libLTO (lib/LTO/* tools/lto/*)
+D: llgo, libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
N: Quentin Colombet
E: qcolombet@apple.com