Skip to content

Commit 9760872

Browse files
committed
[bazel][libc] Add missing fenv dep for rint test template
For 4956118.
1 parent e8a3b72 commit 9760872

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ libc_support_library(
379379
deps = [
380380
"//libc:__support_fputil_fenv_impl",
381381
"//libc:__support_fputil_fp_bits",
382+
"//libc:hdr_fenv_macros",
382383
"//libc:hdr_math_macros",
383384
"//libc/test/UnitTest:LibcUnitTest",
384385
"//libc/test/UnitTest:fp_test_helpers",

0 commit comments

Comments
 (0)