Skip to content

Commit

Permalink
Fix bazel deps on ilogb_test_template (llvm#79577)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimkin authored Jan 26, 2024
1 parent 0ab539f commit 659a217
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 659a217

Please sign in to comment.