[libc-commits] [libc] [libc][docs] Fix outdated code review section, as per #91934 (PR #92051)
via libc-commits
libc-commits at lists.llvm.org
Mon May 13 17:02:54 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Cyuria (cyuria)
<details>
<summary>Changes</summary>
As in the title, fixes #<!-- -->91934
---
Full diff: https://github.com/llvm/llvm-project/pull/92051.diff
1 Files Affected:
- (modified) libc/src/math/docs/add_math_function.md (+3-2)
``````````diff
diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md
index d1bca222b4286..9c23b8ca789bc 100644
--- a/libc/src/math/docs/add_math_function.md
+++ b/libc/src/math/docs/add_math_function.md
@@ -196,7 +196,8 @@ implementation (which is very often glibc).
## Code reviews
-We follow the code review process of LLVM with Phabricator:
+We use GitHub's inbuilt pull request system for code review:
```
- https://llvm.org/docs/Phabricator.html
+ https://docs.github.com/articles/about-collaborative-development-models
+ https://docs.github.com/articles/about-pull-requests
```
``````````
</details>
https://github.com/llvm/llvm-project/pull/92051
More information about the libc-commits
mailing list