File tree 1 file changed +12
-0
lines changed
utils/bazel/llvm-project-overlay/libc
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,11 @@ libc_support_library(
129
129
130
130
############################ Type Proxy Header Files ###########################
131
131
132
+ libc_support_library (
133
+ name = "types_clockid_t" ,
134
+ hdrs = ["hdr/types/clockid_t.h" ],
135
+ )
136
+
132
137
libc_support_library (
133
138
name = "types_fenv_t" ,
134
139
hdrs = ["hdr/types/fenv_t.h" ],
@@ -1154,6 +1159,7 @@ libc_support_library(
1154
1159
name = "__support_time" ,
1155
1160
hdrs = glob (["src/__support/time/*.h" ]),
1156
1161
deps = [
1162
+ ":__support_common" ,
1157
1163
":hdr_time_macros" ,
1158
1164
":types_time_t" ,
1159
1165
],
@@ -1167,8 +1173,14 @@ libc_support_library(
1167
1173
"//conditions:default" : ["@platforms//:incompatible" ],
1168
1174
}),
1169
1175
deps = [
1176
+ ":__support_common" ,
1177
+ ":__support_cpp_expected" ,
1178
+ ":__support_error_or" ,
1179
+ ":__support_libc_assert" ,
1170
1180
":__support_time" ,
1171
1181
":hdr_time_macros" ,
1182
+ ":types_clockid_t" ,
1183
+ ":types_struct_timespec" ,
1172
1184
],
1173
1185
)
1174
1186
You can’t perform that action at this time.
0 commit comments