[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:47:15 PDT 2026


https://github.com/Sukumarsawant created https://github.com/llvm/llvm-project/pull/223746

This would include adding bazel entries when we add smoke and MPFR tests for a function.

>From ebb5e20b8632126302ca24104c587aaa7928e66c Mon Sep 17 00:00:00 2001
From: Sukumarsawant <sawantsukumar at gmail.com>
Date: Tue, 15 Sep 2026 21:13:14 +0530
Subject: [PATCH] [libc][docs] Add doc change for bazel

---
 libc/src/math/docs/add_math_function.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md
index 072d865706330..0fff2ffd04653 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
 



More information about the libc-commits mailing list