Skip to content

Commit

Permalink
[bazel] Port #94218 (#94390)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Jun 4, 2024
1 parent 0b665c3 commit 3b2df5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def math_test(name, hdrs = [], deps = [], **kwargs):
srcs = [test_name + ".cpp"] + hdrs,
libc_function_deps = ["//libc:func_name".replace("func_name", name)],
deps = [
"//libc:__support_cpp_algorithm",
"//libc:__support_fputil_basic_operations",
"//libc:__support_fputil_fenv_impl",
"//libc:__support_fputil_fp_bits",
Expand Down

0 comments on commit 3b2df5b

Please sign in to comment.