[libc-commits] [libc] [libc][docs] Add doc change for bazel (PR #223746)
via libc-commits
libc-commits at lists.llvm.org
Tue Sep 15 08:48:00 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Zorojuro (Sukumarsawant)
<details>
<summary>Changes</summary>
This would include adding bazel entries when we add smoke and MPFR tests for a function.
---
Full diff: https://github.com/llvm/llvm-project/pull/223746.diff
1 Files Affected:
- (modified) libc/src/math/docs/add_math_function.md (+5)
``````````diff
diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md
index 072d8657063301..0fff2ffd04653c 100644
--- a/libc/src/math/docs/add_math_function.md
+++ b/libc/src/math/docs/add_math_function.md
@@ -138,6 +138,11 @@ testing macros specifically used for floating point values, such as
libc/test/src/math/smoke/CMakeLists.txt
libc/test/src/math/CMakeLists.txt
```
+- Add the corresponding Bazel test targets (if applicable) to:
+```
+ utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
+ utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
+```
### Exhaustive tests
``````````
</details>
https://github.com/llvm/llvm-project/pull/223746
More information about the libc-commits
mailing list