Skip to content

Commit 659a217

Browse files
authored
Fix bazel deps on ilogb_test_template (#79577)
1 parent 0ab539f commit 659a217

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/math

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ libc_support_library(
293293
name = "ilogb_test_template",
294294
hdrs = ["ILogbTest.h"],
295295
deps = [
296+
"//libc:__support_cpp_limits",
296297
"//libc:__support_fputil_fp_bits",
297298
"//libc:__support_fputil_manipulation_functions",
298299
"//libc/test/UnitTest:LibcUnitTest",

0 commit comments

Comments
 (0)