File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ libc_support_library(
786
786
":errno" ,
787
787
":hdr_fenv_macros" ,
788
788
":hdr_math_macros" ,
789
- ":types_fenv_t"
789
+ ":types_fenv_t" ,
790
790
],
791
791
)
792
792
@@ -1152,6 +1152,7 @@ libc_function(
1152
1152
deps = [
1153
1153
":__support_common" ,
1154
1154
":__support_fputil_fenv_impl" ,
1155
+ ":types_fexcept_t" ,
1155
1156
],
1156
1157
)
1157
1158
@@ -1272,7 +1273,7 @@ libc_function(
1272
1273
deps = [
1273
1274
":__support_common" ,
1274
1275
":__support_fputil_fenv_impl" ,
1275
- ":types_fexcept_t"
1276
+ ":types_fexcept_t" ,
1276
1277
],
1277
1278
)
1278
1279
@@ -1283,7 +1284,7 @@ libc_function(
1283
1284
deps = [
1284
1285
":__support_common" ,
1285
1286
":__support_fputil_fenv_impl" ,
1286
- ":types_fexcept_t" ,
1287
+ ":types_fexcept_t" ,
1287
1288
],
1288
1289
)
1289
1290
You can’t perform that action at this time.
0 commit comments