aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2024-04-10 00:22:10 +0000
committerJordan Rupprecht <rupprecht@google.com>2024-04-10 00:22:10 +0000
commit9760872b537ba8e6eee2e68eb81b7d26af5b40e4 (patch)
tree6af7f238084b5445edd0bf9e9492846d26f8599b
parente8a3b72272e3e67e94ee9d7144d3c8292c49e868 (diff)
downloadllvm-9760872b537ba8e6eee2e68eb81b7d26af5b40e4.zip
llvm-9760872b537ba8e6eee2e68eb81b7d26af5b40e4.tar.gz
llvm-9760872b537ba8e6eee2e68eb81b7d26af5b40e4.tar.bz2
[bazel][libc] Add missing fenv dep for rint test template
For 49561181bdc8698aa28ee2a46d2faa4cf6767bbe.
-rw-r--r--utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
index 3c43c60..e30c8bf 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
@@ -379,6 +379,7 @@ libc_support_library(
deps = [
"//libc:__support_fputil_fenv_impl",
"//libc:__support_fputil_fp_bits",
+ "//libc:hdr_fenv_macros",
"//libc:hdr_math_macros",
"//libc/test/UnitTest:LibcUnitTest",
"//libc/test/UnitTest:fp_test_helpers",