File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -592,6 +592,7 @@ libc_support_library(
592
592
name = "__support_math_extras" ,
593
593
hdrs = ["src/__support/math_extras.h" ],
594
594
deps = [
595
+ ":__support_cpp_limits" ,
595
596
":__support_cpp_type_traits" ,
596
597
":__support_macros_attributes" ,
597
598
":__support_macros_config" ,
@@ -709,6 +710,7 @@ libc_support_library(
709
710
deps = [
710
711
":__support_common" ,
711
712
":__support_cpp_bit" ,
713
+ ":__support_cpp_limits" ,
712
714
":__support_cpp_type_traits" ,
713
715
":__support_fputil_fp_bits" ,
714
716
":__support_fputil_nearest_integer_operations" ,
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ libc_support_library(
60
60
name = "atoi_test_helper" ,
61
61
hdrs = ["AtoiTest.h" ],
62
62
deps = [
63
+ "//libc:__support_cpp_limits" ,
63
64
"//libc:__support_cpp_type_traits" ,
64
65
"//libc/test/UnitTest:LibcUnitTest" ,
65
66
],
You can’t perform that action at this time.
0 commit comments