Skip to content

Commit ab33fa5

Browse files
authored
[bazel] Fix smoke/BUILD.bazel layering in nextafter_test_template (#94641)
After 63cda2d. See also a97871e.
1 parent 1ca0055 commit ab33fa5

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ libc_support_library(
136136
"//libc:__support_cpp_bit",
137137
"//libc:__support_cpp_type_traits",
138138
"//libc:__support_fputil_basic_operations",
139+
"//libc:__support_fputil_fenv_impl",
139140
"//libc:__support_fputil_fp_bits",
141+
"//libc:hdr_fenv_macros",
140142
"//libc:hdr_math_macros",
141143
"//libc/test/UnitTest:LibcUnitTest",
142144
"//libc/test/UnitTest:fp_test_helpers",

0 commit comments

Comments
 (0)