Skip to content

Commit

Permalink
[bazel][libc] Port 9cfe302 (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gribozavr committed Nov 5, 2024
1 parent 6620cd2 commit 21f8e8c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ libc_support_library(
":__support_macros_properties_os",
":func_aligned_alloc",
":func_free",
":func_malloc"
":func_malloc",
],
)

Expand Down Expand Up @@ -576,6 +576,9 @@ libc_support_library(
":__support_common",
":__support_cpp_string_view",
":__support_integer_to_string",
":func_free",
":func_malloc",
":func_realloc",
":string_memory_utils",
":string_utils",
],
Expand Down Expand Up @@ -657,6 +660,9 @@ libc_support_library(
hdrs = ["src/__support/char_vector.h"],
deps = [
":__support_common",
":func_free",
":func_malloc",
":func_realloc",
],
)

Expand Down Expand Up @@ -861,13 +867,13 @@ libc_support_library(
":__support_error_or",
":__support_threads_mutex",
":errno",
":hdr_stdio_macros",
":hdr_stdio_overlay",
":types_off_t",
":func_aligned_alloc",
":func_free",
":func_malloc",
":func_realloc",
":hdr_stdio_macros",
":hdr_stdio_overlay",
":types_off_t",
],
)

Expand Down

0 comments on commit 21f8e8c

Please sign in to comment.