[llvm] [Bazel] Fixes c857cb2 (PR #194558)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 00:06:28 PDT 2026
https://github.com/forking-google-bazel-bot[bot] created https://github.com/llvm/llvm-project/pull/194558
This fixes c857cb266957650049ff0543679499d872acc3ef.
>From b0b923e62af536e396bb142d64da63df90740221 Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Tue, 28 Apr 2026 07:06:16 +0000
Subject: [PATCH] Fix Bazel build for c857cb2
---
utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 378bf2901ddf1..670718fff406b 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -3951,6 +3951,7 @@ libc_support_library(
hdrs = ["src/__support/math/dsqrtf128.h"],
deps = [
":__support_fputil_normal_float",
+ ":__support_fputil_sqrt",
":__support_macros_config",
":llvm_libc_types_float128",
],
More information about the llvm-commits
mailing list