Skip to content

Commit 59731ee

Browse files
committed
[bazel] port ded0801
1 parent 63dab72 commit 59731ee

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ libc_support_library(
387387
hdrs = ["src/__support/CPP/new.h"],
388388
deps = [
389389
":__support_common",
390+
":__support_macros_properties_os",
390391
],
391392
)
392393

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ libc_test(
7979
srcs = ["arg_list_test.cpp"],
8080
deps = [
8181
"//libc:__support_arg_list",
82+
"//libc:__support_macros_properties_os",
8283
],
8384
)
8485

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ libc_test(
1717
"//libc:__support_fputil_fp_bits",
1818
"//libc:__support_fputil_fpbits_str",
1919
"//libc:__support_integer_literals",
20+
"//libc:__support_macros_properties_types",
2021
"//libc:__support_sign",
2122
],
2223
)
@@ -41,7 +42,7 @@ libc_test(
4142
deps = [
4243
"//libc:__support_fputil_rounding_mode",
4344
"//libc:__support_uint128",
45+
"//libc:hdr_fenv_macros",
4446
"//libc/utils/MPFRWrapper:mpfr_wrapper",
45-
"//libc:hdr_fenv_macros",
4647
],
4748
)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ libc_test(
171171
],
172172
deps = [
173173
"//libc:__support_fputil_fenv_impl",
174+
"//libc:__support_macros_properties_os",
174175
"//libc:hdr_fenv_macros",
175176
"//libc:types_fenv_t",
176177
"//libc/test/UnitTest:fp_test_helpers",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def math_test(name, hdrs = [], deps = [], **kwargs):
3535
"//libc:__support_fputil_nearest_integer_operations",
3636
"//libc:__support_fputil_normal_float",
3737
"//libc:__support_macros_properties_architectures",
38+
"//libc:__support_macros_properties_os",
3839
"//libc:__support_math_extras",
3940
"//libc:__support_uint128",
4041
"//libc:hdr_errno_macros",

0 commit comments

Comments
 (0)