[llvm] [Bazel] Fixes f36745e (PR #205837)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 07:54:49 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: forking-google-bazel-bot[bot]

<details>
<summary>Changes</summary>

This fixes f36745eb0a07177743ccb039a77399846a873a40.



---
Full diff: https://github.com/llvm/llvm-project/pull/205837.diff


1 Files Affected:

- (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+1-1) 


``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 246345c0e2a89..68bb1f1d60bf2 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -9186,7 +9186,7 @@ libc_support_library(
         ":__support_fputil_multiply_add",
         ":__support_macros_optimization",
         ":__support_macros_properties_types",
-        ":__support_math_sincosf_utils",
+        ":__support_sincosf_utils",
         ":hdr_errno_macros",
         ":hdr_fenv_macros",
     ],

``````````

</details>


https://github.com/llvm/llvm-project/pull/205837


More information about the llvm-commits mailing list