Skip to content

Commit 6f190ca

Browse files
committed
[bazel] Port e6cf5d2
1 parent 3eb7cce commit 6f190ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,10 @@ libc_support_library(
14421442
hdrs = glob(["src/__support/time/*.h"]),
14431443
deps = [
14441444
":__support_common",
1445+
":__support_error_or",
14451446
":hdr_time_macros",
1447+
":types_clockid_t",
1448+
":types_struct_timespec",
14461449
":types_time_t",
14471450
],
14481451
)
@@ -1486,6 +1489,8 @@ libc_support_library(
14861489
":__support_common",
14871490
":__support_error_or",
14881491
":__support_osutil_vdso",
1492+
":types_clockid_t",
1493+
":types_struct_timespec",
14891494
],
14901495
)
14911496

0 commit comments

Comments
 (0)