Skip to content

Commit e7edd53

Browse files
authored
[bazel] Port c63112a (#110706)
1 parent 74cfd20 commit e7edd53

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ libc_support_library(
155155
hdrs = ["hdr/limits_macros.h"],
156156
)
157157

158+
libc_support_library(
159+
name = "hdr_stdio_overlay",
160+
hdrs = ["hdr/stdio_overlay.h"],
161+
)
162+
158163
############################ Type Proxy Header Files ###########################
159164

160165
libc_support_library(
@@ -749,6 +754,7 @@ libc_support_library(
749754
":__support_threads_mutex",
750755
":errno",
751756
":hdr_stdio_macros",
757+
":hdr_stdio_overlay",
752758
":types_off_t",
753759
],
754760
)
@@ -761,6 +767,7 @@ libc_support_library(
761767
":__support_error_or",
762768
":__support_osutil_syscall",
763769
":errno",
770+
":hdr_stdio_overlay",
764771
":types_off_t",
765772
],
766773
)
@@ -3893,9 +3900,9 @@ libc_support_library(
38933900
":__support_ctype_utils",
38943901
":__support_fputil_fp_bits",
38953902
":__support_str_to_integer",
3903+
":errno",
38963904
":printf_config",
38973905
":printf_core_structs",
3898-
":errno"
38993906
],
39003907
)
39013908

@@ -4104,6 +4111,7 @@ libc_function(
41044111
":__support_common",
41054112
":__support_osutil_syscall",
41064113
":errno",
4114+
":hdr_stdio_overlay",
41074115
":types_FILE",
41084116
],
41094117
)

0 commit comments

Comments
 (0)