Skip to content

Commit c122277

Browse files
bazel support
1 parent 5e1a19d commit c122277

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ libc_support_library(
9797
deps = [":llvm_libc_macros_float_macros"],
9898
)
9999

100+
libc_support_library(
101+
name = "llvm_libc_types",
102+
hdrs = glob(["include/llvm-libc-types/*.h"]),
103+
)
104+
100105
############################### Support libraries ##############################
101106

102107
libc_support_library(
@@ -2732,6 +2737,7 @@ libc_function(
27322737
":__support_common",
27332738
":__support_osutil_syscall",
27342739
":errno",
2740+
":llvm_libc_types",
27352741
],
27362742
)
27372743

@@ -2754,6 +2760,7 @@ libc_function(
27542760
":__support_common",
27552761
":__support_osutil_syscall",
27562762
":errno",
2763+
":llvm_libc_types",
27572764
],
27582765
)
27592766

@@ -2765,6 +2772,7 @@ libc_function(
27652772
":__support_common",
27662773
":__support_osutil_syscall",
27672774
":errno",
2775+
":llvm_libc_types",
27682776
],
27692777
)
27702778

@@ -2776,6 +2784,7 @@ libc_function(
27762784
":__support_common",
27772785
":__support_osutil_syscall",
27782786
":errno",
2787+
":llvm_libc_types",
27792788
],
27802789
)
27812790

@@ -2787,6 +2796,7 @@ libc_function(
27872796
":__support_common",
27882797
":__support_osutil_syscall",
27892798
":errno",
2799+
":llvm_libc_types",
27902800
],
27912801
)
27922802

@@ -2846,6 +2856,7 @@ libc_function(
28462856
":__support_file_linux_lseekimpl",
28472857
":__support_osutil_syscall",
28482858
":errno",
2859+
":llvm_libc_types",
28492860
],
28502861
)
28512862

@@ -2857,6 +2868,7 @@ libc_function(
28572868
":__support_common",
28582869
":__support_osutil_syscall",
28592870
":errno",
2871+
":llvm_libc_types",
28602872
],
28612873
)
28622874

@@ -2868,6 +2880,7 @@ libc_function(
28682880
":__support_common",
28692881
":__support_osutil_syscall",
28702882
":errno",
2883+
":llvm_libc_types",
28712884
],
28722885
)
28732886

@@ -2881,6 +2894,7 @@ libc_function(
28812894
":__support_macros_sanitizer",
28822895
":__support_osutil_syscall",
28832896
":errno",
2897+
":llvm_libc_types",
28842898
],
28852899
)
28862900

@@ -2892,6 +2906,7 @@ libc_function(
28922906
":__support_common",
28932907
":__support_osutil_syscall",
28942908
":errno",
2909+
":llvm_libc_types",
28952910
],
28962911
)
28972912

@@ -2903,6 +2918,7 @@ libc_function(
29032918
":__support_common",
29042919
":__support_osutil_syscall",
29052920
":errno",
2921+
":llvm_libc_types",
29062922
],
29072923
)
29082924

@@ -2961,6 +2977,7 @@ libc_function(
29612977
":__support_common",
29622978
":__support_osutil_syscall",
29632979
":errno",
2980+
":llvm_libc_types",
29642981
],
29652982
)
29662983

@@ -2972,6 +2989,7 @@ libc_function(
29722989
":__support_common",
29732990
":__support_osutil_syscall",
29742991
":errno",
2992+
":llvm_libc_types",
29752993
],
29762994
)
29772995

@@ -3006,6 +3024,7 @@ libc_function(
30063024
":__support_common",
30073025
":__support_osutil_syscall",
30083026
":errno",
3027+
":llvm_libc_types",
30093028
],
30103029
)
30113030

0 commit comments

Comments
 (0)