File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ libc_support_library(
529
529
":__support_macros_properties_os" ,
530
530
":func_aligned_alloc" ,
531
531
":func_free" ,
532
- ":func_malloc"
532
+ ":func_malloc" ,
533
533
],
534
534
)
535
535
@@ -576,6 +576,9 @@ libc_support_library(
576
576
":__support_common" ,
577
577
":__support_cpp_string_view" ,
578
578
":__support_integer_to_string" ,
579
+ ":func_free" ,
580
+ ":func_malloc" ,
581
+ ":func_realloc" ,
579
582
":string_memory_utils" ,
580
583
":string_utils" ,
581
584
],
@@ -657,6 +660,9 @@ libc_support_library(
657
660
hdrs = ["src/__support/char_vector.h" ],
658
661
deps = [
659
662
":__support_common" ,
663
+ ":func_free" ,
664
+ ":func_malloc" ,
665
+ ":func_realloc" ,
660
666
],
661
667
)
662
668
@@ -861,13 +867,13 @@ libc_support_library(
861
867
":__support_error_or" ,
862
868
":__support_threads_mutex" ,
863
869
":errno" ,
864
- ":hdr_stdio_macros" ,
865
- ":hdr_stdio_overlay" ,
866
- ":types_off_t" ,
867
870
":func_aligned_alloc" ,
868
871
":func_free" ,
869
872
":func_malloc" ,
870
873
":func_realloc" ,
874
+ ":hdr_stdio_macros" ,
875
+ ":hdr_stdio_overlay" ,
876
+ ":types_off_t" ,
871
877
],
872
878
)
873
879
You can’t perform that action at this time.
0 commit comments