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

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


https://github.com/forking-google-bazel-bot[bot] created https://github.com/llvm/llvm-project/pull/205837

This fixes f36745eb0a07177743ccb039a77399846a873a40.



>From 3a7ab1bc4986a865d39d42c5ffe6030871b40f96 Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Thu, 25 Jun 2026 14:53:56 +0000
Subject: [PATCH] Fix Bazel build for f36745e

---
 utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",
     ],



More information about the llvm-commits mailing list