Skip to content

Commit a97871e

Browse files
committed
[bazel] Fix layering check violation for nextafter_test_template target for 63cda2d
1 parent 435addb commit a97871e

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/math

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,9 @@ libc_support_library(
529529
"//libc:__support_cpp_bit",
530530
"//libc:__support_cpp_type_traits",
531531
"//libc:__support_fputil_basic_operations",
532+
"//libc:__support_fputil_fenv_impl",
532533
"//libc:__support_fputil_fp_bits",
534+
"//libc:hdr_fenv_macros",
533535
"//libc:hdr_math_macros",
534536
"//libc/test/UnitTest:LibcUnitTest",
535537
"//libc/test/UnitTest:fp_test_helpers",

0 commit comments

Comments
 (0)