aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2024-06-06 11:46:05 -0500
committerGitHub <noreply@github.com>2024-06-06 11:46:05 -0500
commitab33fa59a2a5ae688426be8307584f78363326d0 (patch)
treee598c66c77848d71355c851d65f14d8bbaab56f2
parent1ca0055f45abe7e4d484a0af457fc20be318c8e2 (diff)
downloadllvm-ab33fa59a2a5ae688426be8307584f78363326d0.zip
llvm-ab33fa59a2a5ae688426be8307584f78363326d0.tar.gz
llvm-ab33fa59a2a5ae688426be8307584f78363326d0.tar.bz2
[bazel] Fix smoke/BUILD.bazel layering in nextafter_test_template (#94641)
After 63cda2d19c310826722e8724649ceae7307389d7. See also a97871e07dd62510dea1bb71b0f74261f52e4479.
-rw-r--r--utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
index eccea8f..2ad2209 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
@@ -136,7 +136,9 @@ libc_support_library(
"//libc:__support_cpp_bit",
"//libc:__support_cpp_type_traits",
"//libc:__support_fputil_basic_operations",
+ "//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",