Skip to content

Fix bazel deps on ilogb_test_template #79577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Fix bazel deps on ilogb_test_template #79577

merged 1 commit into from
Jan 26, 2024

Conversation

dklimkin
Copy link
Member

No description provided.

@llvmbot llvmbot added the libc label Jan 26, 2024
@dklimkin dklimkin merged commit 659a217 into llvm:main Jan 26, 2024
@llvmbot
Copy link
Member

llvmbot commented Jan 26, 2024

@llvm/pr-subscribers-libc

Author: Danial Klimkin (dklimkin)

Changes

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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel (+1)
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
index 8ccaca7fd4c23c8..63e18b83710918a 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
@@ -293,6 +293,7 @@ libc_support_library(
     name = "ilogb_test_template",
     hdrs = ["ILogbTest.h"],
     deps = [
+        "//libc:__support_cpp_limits",
         "//libc:__support_fputil_fp_bits",
         "//libc:__support_fputil_manipulation_functions",
         "//libc/test/UnitTest:LibcUnitTest",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants