Skip to content

Commit

Permalink
[libc][bazel] Remove unneeded deps. (llvm#130696)
Browse files Browse the repository at this point in the history
The MPFRWrapper BUILD targets don't depend directly on gmp. MPFR itself
does depend on gmp, but not the wrapper.
  • Loading branch information
slackito authored Mar 11, 2025
1 parent 256bde4 commit 5bf0486
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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_",
],
)

Expand Down Expand Up @@ -82,6 +81,5 @@ libc_test_library(
"//libc/test/UnitTest:LibcUnitTest",
"//libc/test/UnitTest:fp_test_helpers",
"//libc/utils/MPFRWrapper:mpfr_impl",
"@gmp//:gmp_",
],
)

0 comments on commit 5bf0486

Please sign in to comment.