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 8abb5ae commit f82a595Copy full SHA for f82a595
utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
@@ -39,10 +39,12 @@ libc_support_library(
39
),
40
deps = [
41
"//libc:__support_common",
42
+ "//libc:__support_cpp_array",
43
"//libc:__support_cpp_bit",
44
"//libc:__support_cpp_bitset",
45
"//libc:__support_cpp_string",
46
"//libc:__support_cpp_string_view",
47
+ "//libc:__support_cpp_stringstream",
48
"//libc:__support_cpp_type_traits",
49
"//libc:__support_fputil_fp_bits",
50
"//libc:__support_fputil_fpbits_str",
0 commit comments