Skip to content

Commit 3d44926

Browse files
authored
[bazel] Sync config with main (#94521)
1 parent c8d6351 commit 3d44926

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ def math_test(name, hdrs = [], deps = [], **kwargs):
2525
srcs = [test_name + ".cpp"] + hdrs,
2626
libc_function_deps = ["//libc:func_name".replace("func_name", name)],
2727
deps = [
28+
"//libc/test/UnitTest:fp_test_helpers",
2829
"//libc:__support_cpp_algorithm",
2930
"//libc:__support_fputil_basic_operations",
3031
"//libc:__support_fputil_fenv_impl",
3132
"//libc:__support_fputil_fp_bits",
3233
"//libc:__support_fputil_manipulation_functions",
3334
"//libc:__support_fputil_nearest_integer_operations",
3435
"//libc:__support_fputil_normal_float",
36+
"//libc:__support_macros_properties_architectures",
3537
"//libc:__support_math_extras",
3638
"//libc:__support_uint128",
37-
"//libc/test/UnitTest:fp_test_helpers",
3839
"//libc:hdr_math_macros",
3940
] + deps,
4041
**kwargs

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ math_test(
117117
name = "llrintf128",
118118
hdrs = ["RoundToIntegerTest.h"],
119119
)
120+
120121
math_test(
121122
name = "lroundf128",
122123
hdrs = ["RoundToIntegerTest.h"],

utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ libc_support_library(
4646
"//libc:__support_cpp_type_traits",
4747
"//libc:__support_fputil_fp_bits",
4848
"//libc:__support_fputil_fpbits_str",
49+
"//libc:__support_macros_properties_types",
4950
"//libc:hdr_math_macros",
5051
"//libc/test/UnitTest:LibcUnitTest",
5152
"//libc/test/UnitTest:fp_test_helpers",

0 commit comments

Comments
 (0)