We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464eb64 commit be6248aCopy full SHA for be6248a
utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
@@ -378,6 +378,7 @@ libc_support_library(
378
name = "rint_test_template",
379
hdrs = ["RIntTest.h"],
380
deps = [
381
+ "//libc:__support_cpp_algorithm",
382
"//libc:__support_fputil_fenv_impl",
383
"//libc:__support_fputil_fp_bits",
384
"//libc:hdr_fenv_macros",
@@ -416,6 +417,7 @@ libc_support_library(
416
417
name = "round_to_integer_test_template",
418
hdrs = ["RoundToIntegerTest.h"],
419
420
421
422
423
"//libc:hdr_math_macros",
0 commit comments