We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948467b commit 53b3c9eCopy full SHA for 53b3c9e
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -148,6 +148,9 @@ libc_support_library(
148
libc_support_library(
149
name = "hdr_stdio_macros",
150
hdrs = ["hdr/stdio_macros.h"],
151
+ deps = [
152
+ ":hdr_stdio_overlay",
153
+ ],
154
)
155
156
@@ -215,11 +218,17 @@ libc_support_library(
215
218
216
219
name = "types_off_t",
217
220
hdrs = ["hdr/types/off_t.h"],
221
222
223
224
225
226
227
name = "types_FILE",
228
hdrs = ["hdr/types/FILE.h"],
229
230
231
232
233
234
0 commit comments