We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18dd29 commit 25b58c8Copy full SHA for 25b58c8
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -119,6 +119,11 @@ libc_support_library(
119
hdrs = ["include/llvm-libc-macros/linux/fcntl-macros.h"],
120
)
121
122
+libc_support_library(
123
+ name = "llvm_libc_types_size_t",
124
+ hdrs = ["include/llvm-libc-types/size_t.h"],
125
+)
126
+
127
########################### Macro Proxy Header Files ###########################
128
129
libc_support_library(
@@ -3193,6 +3198,7 @@ libc_support_library(
3193
3198
":__support_common",
3194
3199
":__support_cpp_bitset",
3195
3200
":__support_macros_optimization",
3201
+ ":llvm_libc_types_size_t",
3196
3202
":string_memory_utils",
3197
3203
],
3204
0 commit comments