Skip to content

Commit 872981b

Browse files
author
Dmitry Chernenkov
committed
[Bazel] Fix layering for libc
1 parent e281d96 commit 872981b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ libc_support_library(
215215
libc_support_library(
216216
name = "types_mode_t",
217217
hdrs = ["hdr/types/mode_t.h"],
218+
deps = [":hdr_fcntl_overlay"],
218219
)
219220

220221
libc_support_library(

0 commit comments

Comments
 (0)