Skip to content

Commit 70a9c52

Browse files
authored
[libc][bazel] Fix bazel build (#86190)
Follow up on #86140
1 parent 6b1cf00 commit 70a9c52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 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_macros_fcntl_macros",
102+
hdrs = ["include/llvm-libc-macros/linux/fcntl-macros.h"],
103+
)
104+
100105
############################### Support libraries ##############################
101106

102107
libc_support_library(
@@ -3271,6 +3276,7 @@ libc_function(
32713276
":__support_common",
32723277
":__support_osutil_syscall",
32733278
":errno",
3279+
":llvm_libc_macros_fcntl_macros",
32743280
],
32753281
)
32763282

0 commit comments

Comments
 (0)