Skip to content

Commit 40fe73e

Browse files
committed
[bazel] Add missing gmp dep for f8834ed
1 parent f21b62b commit 40fe73e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ libc_support_library(
5353
"//libc/test/UnitTest:LibcUnitTest",
5454
"//libc/test/UnitTest:fp_test_helpers",
5555
"//libc/utils/MPFRWrapper:mpfr_impl",
56+
"@gmp//:gmp_",
5657
],
5758
)

0 commit comments

Comments
 (0)