Skip to content

Commit 3b2df5b

Browse files
authored
[bazel] Port #94218 (#94390)
1 parent 0b665c3 commit 3b2df5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def math_test(name, hdrs = [], deps = [], **kwargs):
2525
srcs = [test_name + ".cpp"] + hdrs,
2626
libc_function_deps = ["//libc:func_name".replace("func_name", name)],
2727
deps = [
28+
"//libc:__support_cpp_algorithm",
2829
"//libc:__support_fputil_basic_operations",
2930
"//libc:__support_fputil_fenv_impl",
3031
"//libc:__support_fputil_fp_bits",

0 commit comments

Comments
 (0)