[libc-commits] [PATCH] D78737: [libc] Link mpfr and gmp wrapper to the libcMPFRWrapper.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Apr 23 11:54:59 PDT 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1e2772c0a333: [libc] Link mpfr and gmp wrapper to the libcMPFRWrapper. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78737/new/
https://reviews.llvm.org/D78737
Files:
libc/utils/MPFRWrapper/CMakeLists.txt
Index: libc/utils/MPFRWrapper/CMakeLists.txt
===================================================================
--- libc/utils/MPFRWrapper/CMakeLists.txt
+++ libc/utils/MPFRWrapper/CMakeLists.txt
@@ -12,6 +12,7 @@
MPFRUtils.cpp
MPFRUtils.h
)
+ target_link_libraries(libcMPFRWrapper -lmpfr -lgmp)
else()
message(WARNING "Math tests using MPFR will be skipped.")
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78737.259660.patch
Type: text/x-patch
Size: 389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200423/39b426dc/attachment.bin>
More information about the libc-commits
mailing list