Skip to content

[Bazel] Fixes de7cacd - #216949

Merged
d0k merged 1 commit into
llvm:mainfrom
google-bazel-bot:bazel-de7cacd2406aa805a463f26563b4f55811842ba0
Aug 18, 2026
Merged

[Bazel] Fixes de7cacd#216949
d0k merged 1 commit into
llvm:mainfrom
google-bazel-bot:bazel-de7cacd2406aa805a463f26563b4f55811842ba0

Conversation

@forking-google-bazel-bot

Copy link
Copy Markdown
Contributor

@llvmorg-github-actions llvmorg-github-actions Bot added libc bazel "Peripheral" support tier build system: utils/bazel labels Aug 18, 2026
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-libc

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

Changes

This fixes de7cacd (#216552).

Buildkite error link: https://buildkite.com/llvm-project/upstream-bazel/builds?commit=de7cacd2406aa805a463f26563b4f55811842ba0


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

2 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+3)
  • (modified) utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel (+3)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index e5fdbebcf50d0..28c017fb6779c 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -8045,6 +8045,7 @@ libc_support_library(
     name = "__support_math_floorf128",
     hdrs = ["src/__support/math/floorf128.h"],
     deps = [
+        ":__support_fputil_float128",
         ":__support_fputil_nearest_integer_operations",
         ":__support_macros_config",
         ":llvm_libc_types_float128",
@@ -11714,7 +11715,9 @@ libc_math_function(
 libc_math_function(
     name = "floorf128",
     additional_deps = [
+        ":__support_cpp_bit",
         ":__support_math_floorf128",
+        ":__support_fputil_float128",
     ],
 )
 
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
index 9e93796c9dc16..2eb58f3f66807 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
@@ -477,6 +477,9 @@ math_test(
 math_test(
     name = "floorf128",
     hdrs = ["FloorTest.h"],
+    deps = [
+        "//libc:__support_fputil_float128",
+    ],
 )
 
 math_test(

@d0k
d0k merged commit 6bba49a into llvm:main Aug 18, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel "Peripheral" support tier build system: utils/bazel libc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants