Skip to content

Commit 21f8e8c

Browse files
committed
[bazel][libc] Port 9cfe302 (part 2)
1 parent 6620cd2 commit 21f8e8c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ libc_support_library(
529529
":__support_macros_properties_os",
530530
":func_aligned_alloc",
531531
":func_free",
532-
":func_malloc"
532+
":func_malloc",
533533
],
534534
)
535535

@@ -576,6 +576,9 @@ libc_support_library(
576576
":__support_common",
577577
":__support_cpp_string_view",
578578
":__support_integer_to_string",
579+
":func_free",
580+
":func_malloc",
581+
":func_realloc",
579582
":string_memory_utils",
580583
":string_utils",
581584
],
@@ -657,6 +660,9 @@ libc_support_library(
657660
hdrs = ["src/__support/char_vector.h"],
658661
deps = [
659662
":__support_common",
663+
":func_free",
664+
":func_malloc",
665+
":func_realloc",
660666
],
661667
)
662668

@@ -861,13 +867,13 @@ libc_support_library(
861867
":__support_error_or",
862868
":__support_threads_mutex",
863869
":errno",
864-
":hdr_stdio_macros",
865-
":hdr_stdio_overlay",
866-
":types_off_t",
867870
":func_aligned_alloc",
868871
":func_free",
869872
":func_malloc",
870873
":func_realloc",
874+
":hdr_stdio_macros",
875+
":hdr_stdio_overlay",
876+
":types_off_t",
871877
],
872878
)
873879

0 commit comments

Comments
 (0)