-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[lld] Convert CODE_OWNERS.txt to Maintainers.md #118084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
To align with https://llvm.org/docs/DeveloperPolicy.html#maintainers No format changes, I just want each sub-project to have a `Maintainers.*` file so they are easy to find.
@llvm/pr-subscribers-lld Author: David Spickett (DavidSpickett) ChangesTo align with https://llvm.org/docs/DeveloperPolicy.html#maintainers No format changes, I just want each sub-project to have a Full diff: https://github.com/llvm/llvm-project/pull/118084.diff 2 Files Affected:
diff --git a/lld/CODE_OWNERS.TXT b/lld/Maintainers.txt
similarity index 100%
rename from lld/CODE_OWNERS.TXT
rename to lld/Maintainers.txt
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 9744aa1aa43be9..0b596dfef2e15c 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -434,7 +434,7 @@ Others only have a lead maintainer listed here.
[Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.txt)
-[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/CODE_OWNERS.TXT)
+[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/Maintainers.txt)
[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.rst)
|
Thanks:) Can you do us a favor and convert the .txt to .md or .rst? |
Done. |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/73/builds/9509 Here is the relevant piece of the build log for the reference
|
To align with https://llvm.org/docs/DeveloperPolicy.html#maintainers
I've moved the file and changed it to markdown to match
llvm/
's file.