Skip to content

Commit a40becd

Browse files
committed
[bazel][libc] Add more mess
1 parent 8819f87 commit a40becd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ libc_support_library(
8484
"//libc:__support_fputil_fp_bits",
8585
"//libc:__support_fputil_fpbits_str",
8686
"//libc:__support_fputil_rounding_mode",
87+
"//libc:internal_includes",
8788
],
8889
)
8990

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ libc_support_library(
178178
deps = [
179179
"//libc:__support_fputil_basic_operations",
180180
"//libc:__support_fputil_fp_bits",
181+
"//libc:internal_includes",
181182
"//libc/test/UnitTest:LibcUnitTest",
182183
"//libc/test/UnitTest:fp_test_helpers",
183184
"//libc/utils/MPFRWrapper:mpfr_wrapper",
@@ -323,6 +324,7 @@ libc_support_library(
323324
"//libc:__support_fputil_basic_operations",
324325
"//libc:__support_fputil_fenv_impl",
325326
"//libc:__support_fputil_fp_bits",
327+
"//libc:internal_includes",
326328
"//libc/test/UnitTest:LibcUnitTest",
327329
"//libc/test/UnitTest:fp_test_helpers",
328330
],
@@ -350,6 +352,7 @@ libc_support_library(
350352
"//libc:__support_cpp_limits",
351353
"//libc:__support_fputil_fp_bits",
352354
"//libc:__support_fputil_normal_float",
355+
"//libc:internal_includes",
353356
"//libc/test/UnitTest:LibcUnitTest",
354357
"//libc/test/UnitTest:fp_test_helpers",
355358
],
@@ -376,6 +379,7 @@ libc_support_library(
376379
deps = [
377380
"//libc:__support_fputil_fenv_impl",
378381
"//libc:__support_fputil_fp_bits",
382+
"//libc:internal_includes",
379383
"//libc/test/UnitTest:LibcUnitTest",
380384
"//libc/test/UnitTest:fp_test_helpers",
381385
"//libc/utils/MPFRWrapper:mpfr_wrapper",
@@ -412,6 +416,7 @@ libc_support_library(
412416
deps = [
413417
"//libc:__support_fputil_fenv_impl",
414418
"//libc:__support_fputil_fp_bits",
419+
"//libc:internal_includes",
415420
"//libc/test/UnitTest:LibcUnitTest",
416421
"//libc/test/UnitTest:fp_test_helpers",
417422
"//libc/utils/MPFRWrapper:mpfr_wrapper",
@@ -523,6 +528,7 @@ libc_support_library(
523528
"//libc:__support_cpp_type_traits",
524529
"//libc:__support_fputil_basic_operations",
525530
"//libc:__support_fputil_fp_bits",
531+
"//libc:internal_includes",
526532
"//libc/test/UnitTest:LibcUnitTest",
527533
"//libc/test/UnitTest:fp_test_helpers",
528534
],

0 commit comments

Comments
 (0)