[llvm] r294516 - Take code ownership of LLVM bitcode.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 13:16:27 PST 2017


Author: pcc
Date: Wed Feb  8 15:16:27 2017
New Revision: 294516

URL: http://llvm.org/viewvc/llvm-project?rev=294516&view=rev
Log:
Take code ownership of LLVM bitcode.

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=294516&r1=294515&r2=294516&view=diff
==============================================================================
--- llvm/trunk/CODE_OWNERS.TXT (original)
+++ llvm/trunk/CODE_OWNERS.TXT Wed Feb  8 15:16:27 2017
@@ -8,10 +8,6 @@ beautification by scripts. The fields ar
 (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 at arxan.com
-D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
-
 N: Justin Bogner
 E: mail at justinbogner.com
 D: InstrProfiling and related parts of ProfileData
@@ -48,7 +44,7 @@ D: libc++
 
 N: Peter Collingbourne
 E: peter at 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 at apple.com




More information about the llvm-commits mailing list