aboutsummaryrefslogtreecommitdiff
path: root/utils/bazel/llvm-project-overlay
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2024-06-04 12:48:45 -0700
committerGitHub <noreply@github.com>2024-06-04 12:48:45 -0700
commit3b2df5b6ee81cf2685c95728ff1baf795051c926 (patch)
tree2f9f08ffbac3d12324a639d00b5e76b04ade0af8 /utils/bazel/llvm-project-overlay
parent0b665c3dd206abb3deab4c3af9dfeb43000ab0c7 (diff)
downloadllvm-3b2df5b6ee81cf2685c95728ff1baf795051c926.zip
llvm-3b2df5b6ee81cf2685c95728ff1baf795051c926.tar.gz
llvm-3b2df5b6ee81cf2685c95728ff1baf795051c926.tar.bz2
[bazel] Port #94218 (#94390)
Diffstat (limited to 'utils/bazel/llvm-project-overlay')
-rw-r--r--utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl b/utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
index da4964bd..11d2e5a 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
@@ -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",