Skip to content

Commit 5bf0486

Browse files
authored
[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.
1 parent 256bde4 commit 5bf0486

File tree

1 file changed

+0
-2
lines changed
  • utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper

1 file changed

+0
-2
lines changed

utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ libc_test_library(
4848
"//libc:__support_macros_properties_types",
4949
"//libc/test/UnitTest:fp_test_helpers",
5050
"//libc/utils/MPFRWrapper:mpfr_impl",
51-
"@gmp//:gmp_",
5251
],
5352
)
5453

@@ -82,6 +81,5 @@ libc_test_library(
8281
"//libc/test/UnitTest:LibcUnitTest",
8382
"//libc/test/UnitTest:fp_test_helpers",
8483
"//libc/utils/MPFRWrapper:mpfr_impl",
85-
"@gmp//:gmp_",
8684
],
8785
)

0 commit comments

Comments
 (0)