[libc-commits] [libc] [libc] remove MPFR and related tests in full build (PR #87693)

via libc-commits libc-commits at lists.llvm.org
Sun Apr 7 14:16:56 PDT 2024


================
@@ -2,7 +2,7 @@ set(LLVM_LIBC_MPFR_INSTALL_PATH "" CACHE PATH "Path to where MPFR is installed (
 
 if(LLVM_LIBC_MPFR_INSTALL_PATH)
   set(LIBC_TESTS_CAN_USE_MPFR TRUE)
-elseif(LIBC_TARGET_OS_IS_GPU)
+elseif(LIBC_TARGET_OS_IS_GPU OR LLVM_LIBC_FULL_BUILD)
----------------
lntue wrote:

Can you add some comment / message to explain why we skip MPFR in full build, so that we can revisit it later?  Thanks,

https://github.com/llvm/llvm-project/pull/87693


More information about the libc-commits mailing list