[llvm] Fix bazel deps on ilogb_test_template (PR #79577)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 03:26:17 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Danial Klimkin (dklimkin)

<details>
<summary>Changes</summary>



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

``````````

</details>


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


More information about the llvm-commits mailing list