aboutsummaryrefslogtreecommitdiff
path: root/utils/bazel/llvm-project-overlay
diff options
context:
space:
mode:
authorHaojian Wu <hokein.wu@gmail.com>2024-06-06 15:43:05 +0200
committerHaojian Wu <hokein.wu@gmail.com>2024-06-06 15:43:56 +0200
commita97871e07dd62510dea1bb71b0f74261f52e4479 (patch)
treee74f9be49be7d51f89b936179adfd3bff2800c89 /utils/bazel/llvm-project-overlay
parent435addbf5088be14b1b7e0398ecd16501dbf4498 (diff)
downloadllvm-a97871e07dd62510dea1bb71b0f74261f52e4479.zip
llvm-a97871e07dd62510dea1bb71b0f74261f52e4479.tar.gz
llvm-a97871e07dd62510dea1bb71b0f74261f52e4479.tar.bz2
[bazel] Fix layering check violation for nextafter_test_template target for 63cda2d
Diffstat (limited to 'utils/bazel/llvm-project-overlay')
-rw-r--r--utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel2
1 files changed, 2 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 4f72a0a..fac692a 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
@@ -529,7 +529,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",