File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1619,6 +1619,10 @@ libc_header_library(
1619
1619
libc_support_library (
1620
1620
name = "__support_libc_errno" ,
1621
1621
hdrs = ["src/__support/libc_errno.h" ],
1622
+ deps = [
1623
+ ":__support_macros_config" ,
1624
+ ":hdr_errno_macros" ,
1625
+ ],
1622
1626
)
1623
1627
1624
1628
libc_support_library (
@@ -1981,6 +1985,9 @@ libc_support_library(
1981
1985
libc_support_library (
1982
1986
name = "__support_math_exp_float_constants" ,
1983
1987
hdrs = ["src/__support/math/exp_float_constants.h" ],
1988
+ deps = [
1989
+ ":__support_macros_config" ,
1990
+ ],
1984
1991
)
1985
1992
1986
1993
libc_support_library (
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ libc_test_library(
58
58
"//libc:__support_fputil_fp_bits" ,
59
59
"//libc:__support_fputil_fpbits_str" ,
60
60
"//libc:__support_fputil_rounding_mode" ,
61
+ "//libc:__support_libc_errno" ,
61
62
"//libc:__support_macros_config" ,
62
63
"//libc:__support_macros_properties_architectures" ,
63
64
"//libc:__support_macros_properties_types" ,
You can’t perform that action at this time.
0 commit comments