[llvm] [Bazel] Fixes ec94434 (PR #191775)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 02:01:25 PDT 2026
https://github.com/forking-google-bazel-bot[bot] created https://github.com/llvm/llvm-project/pull/191775
This fixes ec944346ddcb560f6d5dbb0faa5850f9baed0476.
>From 8ebb9d2e5d4a11ebd8e522b6d1341e537e7ea210 Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Mon, 13 Apr 2026 09:01:12 +0000
Subject: [PATCH] Fix Bazel build for ec94434
---
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 fe0db7d76af70..8c39a68d16024 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -5303,7 +5303,7 @@ libc_support_library(
":__support_fputil_fenv_impl",
":__support_fputil_fp_bits",
":__support_fputil_multiply_add",
- ":__support_fputil_poly_eval",
+ ":__support_fputil_polyeval",
":__support_macros_config",
":__support_macros_optimization",
":__support_macros_properties_cpu_features",
More information about the llvm-commits
mailing list