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

Danial Klimkin via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 03:25:48 PST 2024


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

None

>From c7a9e808191ac0a68c6677bc25e40366f155a3ae Mon Sep 17 00:00:00 2001
From: Danial Klimkin <dklimkin at users.noreply.github.com>
Date: Fri, 26 Jan 2024 12:25:23 +0100
Subject: [PATCH] Fix bazel deps on ilogb_test_template

---
 utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel | 1 +
 1 file changed, 1 insertion(+)

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



More information about the llvm-commits mailing list