mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 08:06:40 +00:00
[bazel] Port e6cf5d2863b77895ae7183952514bedd9e8dde16
This commit is contained in:
parent
3eb7ccec58
commit
6f190cabe0
@ -1442,7 +1442,10 @@ libc_support_library(
|
||||
hdrs = glob(["src/__support/time/*.h"]),
|
||||
deps = [
|
||||
":__support_common",
|
||||
":__support_error_or",
|
||||
":hdr_time_macros",
|
||||
":types_clockid_t",
|
||||
":types_struct_timespec",
|
||||
":types_time_t",
|
||||
],
|
||||
)
|
||||
@ -1486,6 +1489,8 @@ libc_support_library(
|
||||
":__support_common",
|
||||
":__support_error_or",
|
||||
":__support_osutil_vdso",
|
||||
":types_clockid_t",
|
||||
":types_struct_timespec",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user