Skip to content

Commit 30dbbdd

Browse files
author
Dmitry Chernenkov
committed
[Bazel] Fix for 127349f
1 parent 3659aa8 commit 30dbbdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ def math_test(name, hdrs = [], deps = [], **kwargs):
2828
"//libc:__support_cpp_algorithm",
2929
"//libc:__support_cpp_bit",
3030
"//libc:__support_cpp_limits",
31+
"//libc:__support_cpp_type_traits",
3132
"//libc:__support_fputil_basic_operations",
33+
"//libc:__support_fputil_cast",
3234
"//libc:__support_fputil_fenv_impl",
3335
"//libc:__support_fputil_fp_bits",
3436
"//libc:__support_fputil_manipulation_functions",
3537
"//libc:__support_fputil_nearest_integer_operations",
3638
"//libc:__support_fputil_normal_float",
3739
"//libc:__support_macros_properties_architectures",
3840
"//libc:__support_macros_properties_os",
41+
"//libc:__support_macros_properties_types",
3942
"//libc:__support_math_extras",
4043
"//libc:__support_uint128",
4144
"//libc:hdr_errno_macros",

0 commit comments

Comments
 (0)