From fec0eb4c3ef2a1fa2e0e413b0ea4871ee0bcebd1 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 2 Dec 2024 09:13:28 +0000 Subject: [PATCH] [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. --- compiler-rt/{CODE_OWNERS.TXT => Maintainers.txt} | 0 llvm/Maintainers.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename compiler-rt/{CODE_OWNERS.TXT => Maintainers.txt} (100%) 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 9dcfb857ae50..c5f98f76bda3 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)