Skip to content

Commit 25b58c8

Browse files
authored
bazelbuild: fix for commit 2ce10 (#113142)
bazelbuild: fix for llvm/llvm-project@2ce10f0. No functional changes intended.
1 parent a18dd29 commit 25b58c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ libc_support_library(
119119
hdrs = ["include/llvm-libc-macros/linux/fcntl-macros.h"],
120120
)
121121

122+
libc_support_library(
123+
name = "llvm_libc_types_size_t",
124+
hdrs = ["include/llvm-libc-types/size_t.h"],
125+
)
126+
122127
########################### Macro Proxy Header Files ###########################
123128

124129
libc_support_library(
@@ -3193,6 +3198,7 @@ libc_support_library(
31933198
":__support_common",
31943199
":__support_cpp_bitset",
31953200
":__support_macros_optimization",
3201+
":llvm_libc_types_size_t",
31963202
":string_memory_utils",
31973203
],
31983204
)

0 commit comments

Comments
 (0)