aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2024-06-21 11:06:28 -0700
committerGitHub <noreply@github.com>2024-06-21 11:06:28 -0700
commitf82a595b7fbec408a2a22f4d9e45f28664d2ab07 (patch)
tree4d7da4ae7cfd35b116620af977815fd6ac4967b2
parent8abb5ae1c250a488cef6e9b05074f95a722be9a9 (diff)
downloadllvm-f82a595b7fbec408a2a22f4d9e45f28664d2ab07.zip
llvm-f82a595b7fbec408a2a22f4d9e45f28664d2ab07.tar.gz
llvm-f82a595b7fbec408a2a22f4d9e45f28664d2ab07.tar.bz2
[bazel] Fix mpfr_wrapper build (#96341)
-rw-r--r--utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
index 6dd1fc4..17ffd29 100644
--- a/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
@@ -39,10 +39,12 @@ libc_support_library(
),
deps = [
"//libc:__support_common",
+ "//libc:__support_cpp_array",
"//libc:__support_cpp_bit",
"//libc:__support_cpp_bitset",
"//libc:__support_cpp_string",
"//libc:__support_cpp_string_view",
+ "//libc:__support_cpp_stringstream",
"//libc:__support_cpp_type_traits",
"//libc:__support_fputil_fp_bits",
"//libc:__support_fputil_fpbits_str",