Skip to content

Commit

Permalink
[bazel] Fix libc/hdr past c63112a (#111135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimkin authored Oct 4, 2024
1 parent 948467b commit 53b3c9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ libc_support_library(
libc_support_library(
name = "hdr_stdio_macros",
hdrs = ["hdr/stdio_macros.h"],
deps = [
":hdr_stdio_overlay",
],
)

libc_support_library(
Expand Down Expand Up @@ -215,11 +218,17 @@ libc_support_library(
libc_support_library(
name = "types_off_t",
hdrs = ["hdr/types/off_t.h"],
deps = [
":hdr_stdio_overlay",
],
)

libc_support_library(
name = "types_FILE",
hdrs = ["hdr/types/FILE.h"],
deps = [
":hdr_stdio_overlay",
],
)

libc_support_library(
Expand Down

0 comments on commit 53b3c9e

Please sign in to comment.