We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0979ec commit 5a50e4eCopy full SHA for 5a50e4e
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -675,6 +675,7 @@ libc_support_library(
675
deps = [
676
":__support_common",
677
":__support_cpp_type_traits",
678
+ ":__support_fputil_dyadic_float",
679
":__support_fputil_fenv_impl",
680
":__support_fputil_fp_bits",
681
":__support_macros_optimization",
@@ -1089,7 +1090,7 @@ libc_support_library(
1089
1090
1091
":__support_osutil_syscall",
1092
":types_pid_t",
- ]
1093
+ ],
1094
)
1095
1096
libc_support_library(
0 commit comments