Skip to content

Commit 3490f03

Browse files
authored
More bazel fixes past 72ce629 (#79442)
1 parent 8252137 commit 3490f03

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ libc_support_library(
592592
name = "__support_math_extras",
593593
hdrs = ["src/__support/math_extras.h"],
594594
deps = [
595+
":__support_cpp_limits",
595596
":__support_cpp_type_traits",
596597
":__support_macros_attributes",
597598
":__support_macros_config",
@@ -709,6 +710,7 @@ libc_support_library(
709710
deps = [
710711
":__support_common",
711712
":__support_cpp_bit",
713+
":__support_cpp_limits",
712714
":__support_cpp_type_traits",
713715
":__support_fputil_fp_bits",
714716
":__support_fputil_nearest_integer_operations",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ libc_support_library(
6060
name = "atoi_test_helper",
6161
hdrs = ["AtoiTest.h"],
6262
deps = [
63+
"//libc:__support_cpp_limits",
6364
"//libc:__support_cpp_type_traits",
6465
"//libc/test/UnitTest:LibcUnitTest",
6566
],

0 commit comments

Comments
 (0)