[compiler-rt] [llvm] [compiler-rt] Move CODE_OWNERS.txt to Maintainers.txt (PR #118086)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 29 04:13:55 PST 2024
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/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.
>From 4fd13f2a49cccd382e6b6f4f9a318a8ccd3649bb Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 29 Nov 2024 12:12:46 +0000
Subject: [PATCH] [compiler-rt] Move CODE_OWNERS.txt to Maintainers.txt
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 9744aa1aa43be9..2edd0d65ed9473 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/CODE_OWNERS.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