[libc-commits] [PATCH] D87690: [libc] Add missing LibcFPTestHelpers library
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Sep 15 07:25:54 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG00d6e7116c20: [libc] Add missing LibcFPTestHelpers library (authored by gchatelet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87690/new/
https://reviews.llvm.org/D87690
Files:
libc/utils/MPFRWrapper/CMakeLists.txt
Index: libc/utils/MPFRWrapper/CMakeLists.txt
===================================================================
--- libc/utils/MPFRWrapper/CMakeLists.txt
+++ libc/utils/MPFRWrapper/CMakeLists.txt
@@ -13,7 +13,7 @@
MPFRUtils.h
)
add_dependencies(libcMPFRWrapper libc.utils.CPP.standalone_cpp libc.utils.FPUtil.fputil LibcUnitTest LLVMSupport)
- target_link_libraries(libcMPFRWrapper -lmpfr -lgmp LibcUnitTest LLVMSupport)
+ target_link_libraries(libcMPFRWrapper -lmpfr -lgmp LibcFPTestHelpers LibcUnitTest LLVMSupport)
else()
message(WARNING "Math tests using MPFR will be skipped.")
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87690.291914.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200915/9ed2d477/attachment-0001.bin>
More information about the libc-commits
mailing list