diff options
author | Nikita Popov <npopov@redhat.com> | 2024-11-20 18:03:50 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2024-11-20 18:04:48 +0100 |
commit | fa9bcb4d9f47beaea0898d00f77971549603e25e (patch) | |
tree | 21f17d92e44812c5590982402475052c3c6e2d1b | |
parent | e2368afbd0d9b7e8fb900f54c8d71787e44d5774 (diff) | |
download | llvm-fa9bcb4d9f47beaea0898d00f77971549603e25e.zip llvm-fa9bcb4d9f47beaea0898d00f77971549603e25e.tar.gz llvm-fa9bcb4d9f47beaea0898d00f77971549603e25e.tar.bz2 |
[LLVM][Maintainers] Update links to subproject maintainer lists
Some of these have been migrated to Maintainers.rst/Maintainers.txt
in the meantime.
-rw-r--r-- | llvm/Maintainers.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md index d6c7e5c..695728a 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -418,17 +418,17 @@ Others only have a lead maintainer listed here. [Bolt maintainers](https://github.com/llvm/llvm-project/blob/main/bolt/CODE_OWNERS.TXT) -[Clang maintainers](https://github.com/llvm/llvm-project/blob/main/clang/CodeOwners.rst) +[Clang maintainers](https://github.com/llvm/llvm-project/blob/main/clang/Maintainers.rst) [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) -[Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/CODE_OWNERS.TXT) +[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) -[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/CodeOwners.rst) +[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.rst) #### libc++ |