File tree 3 files changed +11
-0
lines changed
utils/bazel/llvm-project-overlay/libc 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ libc_support_library(
210
210
deps = [
211
211
"__support_cpp_type_traits" ,
212
212
"__support_macros_attributes" ,
213
+ ":llvm_libc_macros_limits_macros" ,
213
214
],
214
215
)
215
216
@@ -955,6 +956,11 @@ libc_support_library(
955
956
],
956
957
)
957
958
959
+ libc_support_library (
960
+ name = "llvm_libc_macros_limits_macros" ,
961
+ hdrs = ["include/llvm-libc-macros/limits-macros.h" ],
962
+ )
963
+
958
964
############################### errno targets ################################
959
965
960
966
libc_function (
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ libc_support_library(
345
345
name = "ldexp_test_template" ,
346
346
hdrs = ["LdExpTest.h" ],
347
347
deps = [
348
+ "//libc:__support_cpp_limits" ,
348
349
"//libc:__support_fputil_fp_bits" ,
349
350
"//libc:__support_fputil_normal_float" ,
350
351
"//libc/test/UnitTest:LibcUnitTest" ,
@@ -783,6 +784,7 @@ math_test(
783
784
"LdExpTest.h" ,
784
785
"ScalbnTest.h" ,
785
786
],
787
+ deps = ["//libc:__support_cpp_limits" ],
786
788
)
787
789
788
790
math_test (
@@ -791,6 +793,7 @@ math_test(
791
793
"LdExpTest.h" ,
792
794
"ScalbnTest.h" ,
793
795
],
796
+ deps = ["//libc:__support_cpp_limits" ],
794
797
)
795
798
796
799
math_test (
@@ -799,4 +802,5 @@ math_test(
799
802
"LdExpTest.h" ,
800
803
"ScalbnTest.h" ,
801
804
],
805
+ deps = ["//libc:__support_cpp_limits" ],
802
806
)
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ libc_support_library(
47
47
"//libc:__support_fputil_fp_bits" ,
48
48
"//libc:__support_fputil_fpbits_str" ,
49
49
"//libc/test/UnitTest:fp_test_helpers" ,
50
+ "//libc/test/UnitTest:LibcUnitTest" ,
50
51
"//libc/utils/MPFRWrapper:mpfr_impl" ,
51
52
],
52
53
)
You can’t perform that action at this time.
0 commit comments