[compiler-rt] fec0eb4 - [compiler-rt] Move CODE_OWNERS.txt to Maintainers.txt (#118086)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 01:13:31 PST 2024


Author: David Spickett
Date: 2024-12-02T09:13:28Z
New Revision: fec0eb4c3ef2a1fa2e0e413b0ea4871ee0bcebd1

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

LOG: [compiler-rt] Move CODE_OWNERS.txt to Maintainers.txt (#118086)

To align with https://llvm.org/docs/DeveloperPolicy.html#maintainers

No format change, I just want each project to have a `Maintainers.*`
file so it is easy to find.

Added: 
    compiler-rt/Maintainers.txt

Modified: 
    llvm/Maintainers.md

Removed: 
    compiler-rt/CODE_OWNERS.TXT


################################################################################
diff  --git a/compiler-rt/CODE_OWNERS.TXT b/compiler-rt/Maintainers.txt
similarity index 100%
rename from compiler-rt/CODE_OWNERS.TXT
rename to compiler-rt/Maintainers.txt

diff  --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 9dcfb857ae502c..c5f98f76bda312 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -430,7 +430,7 @@ Others only have a lead maintainer listed here.
 
 [Clang-tools-extra maintainers](https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/Maintainers.txt)
 
-[Compiler-rt maintainers](https://github.com/llvm/llvm-project/blob/main/compiler-rt/CODE_OWNERS.TXT)
+[Compiler-rt maintainers](https://github.com/llvm/llvm-project/blob/main/compiler-rt/Maintainers.txt)
 
 [Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.txt)
 


        


More information about the llvm-commits mailing list