Skip to content

Commit 36bff40

Browse files
rebase and fix new issues
1 parent 0ef4e9a commit 36bff40

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +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",
87+
"//libc:llvm_libc_macros_math_macros",
8888
],
8989
)
9090

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ libc_support_library(
178178
deps = [
179179
"//libc:__support_fputil_basic_operations",
180180
"//libc:__support_fputil_fp_bits",
181-
"//libc:internal_includes",
181+
"//libc:llvm_libc_macros_math_macros",
182182
"//libc/test/UnitTest:LibcUnitTest",
183183
"//libc/test/UnitTest:fp_test_helpers",
184184
"//libc/utils/MPFRWrapper:mpfr_wrapper",
@@ -324,7 +324,7 @@ libc_support_library(
324324
"//libc:__support_fputil_basic_operations",
325325
"//libc:__support_fputil_fenv_impl",
326326
"//libc:__support_fputil_fp_bits",
327-
"//libc:internal_includes",
327+
"//libc:llvm_libc_macros_math_macros",
328328
"//libc/test/UnitTest:LibcUnitTest",
329329
"//libc/test/UnitTest:fp_test_helpers",
330330
],
@@ -352,7 +352,7 @@ libc_support_library(
352352
"//libc:__support_cpp_limits",
353353
"//libc:__support_fputil_fp_bits",
354354
"//libc:__support_fputil_normal_float",
355-
"//libc:internal_includes",
355+
"//libc:llvm_libc_macros_math_macros",
356356
"//libc/test/UnitTest:LibcUnitTest",
357357
"//libc/test/UnitTest:fp_test_helpers",
358358
],
@@ -379,7 +379,7 @@ libc_support_library(
379379
deps = [
380380
"//libc:__support_fputil_fenv_impl",
381381
"//libc:__support_fputil_fp_bits",
382-
"//libc:internal_includes",
382+
"//libc:llvm_libc_macros_math_macros",
383383
"//libc/test/UnitTest:LibcUnitTest",
384384
"//libc/test/UnitTest:fp_test_helpers",
385385
"//libc/utils/MPFRWrapper:mpfr_wrapper",
@@ -416,7 +416,7 @@ libc_support_library(
416416
deps = [
417417
"//libc:__support_fputil_fenv_impl",
418418
"//libc:__support_fputil_fp_bits",
419-
"//libc:internal_includes",
419+
"//libc:llvm_libc_macros_math_macros",
420420
"//libc/test/UnitTest:LibcUnitTest",
421421
"//libc/test/UnitTest:fp_test_helpers",
422422
"//libc/utils/MPFRWrapper:mpfr_wrapper",
@@ -528,7 +528,7 @@ libc_support_library(
528528
"//libc:__support_cpp_type_traits",
529529
"//libc:__support_fputil_basic_operations",
530530
"//libc:__support_fputil_fp_bits",
531-
"//libc:internal_includes",
531+
"//libc:llvm_libc_macros_math_macros",
532532
"//libc/test/UnitTest:LibcUnitTest",
533533
"//libc/test/UnitTest:fp_test_helpers",
534534
],

0 commit comments

Comments
 (0)