aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Gorbe Moya <jgorbe@google.com>2025-03-10 20:16:02 -0700
committerGitHub <noreply@github.com>2025-03-10 20:16:02 -0700
commit5bf048659972964912e0de88b5fcaef338b15dfc (patch)
tree074da86d4df419e3a74363134a45bb2fd69090ad
parent256bde4fe426947698259c5c46bb841467e9d7ab (diff)
downloadllvm-5bf048659972964912e0de88b5fcaef338b15dfc.zip
llvm-5bf048659972964912e0de88b5fcaef338b15dfc.tar.gz
llvm-5bf048659972964912e0de88b5fcaef338b15dfc.tar.bz2
[libc][bazel] Remove unneeded deps. (#130696)
The MPFRWrapper BUILD targets don't depend directly on gmp. MPFR itself does depend on gmp, but not the wrapper.
-rw-r--r--utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel2
1 files changed, 0 insertions, 2 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 28922ba..79b7e14 100644
--- a/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
@@ -48,7 +48,6 @@ libc_test_library(
"//libc:__support_macros_properties_types",
"//libc/test/UnitTest:fp_test_helpers",
"//libc/utils/MPFRWrapper:mpfr_impl",
- "@gmp//:gmp_",
],
)
@@ -82,6 +81,5 @@ libc_test_library(
"//libc/test/UnitTest:LibcUnitTest",
"//libc/test/UnitTest:fp_test_helpers",
"//libc/utils/MPFRWrapper:mpfr_impl",
- "@gmp//:gmp_",
],
)