[libc-commits] [libc] [libc] Update include directory for libcMPCommon target when LLVM_LIBC_MPFR_INSTALL_PATH is set. (PR #124765)

Shourya Goel via libc-commits libc-commits at lists.llvm.org
Tue Jan 28 08:44:47 PST 2025


================
@@ -16,6 +16,10 @@ if(LIBC_TESTS_CAN_USE_MPFR OR LIBC_TESTS_CAN_USE_MPC)
     libc.src.__support.FPUtil.cast
     libc.src.__support.FPUtil.fp_bits
   )
+  if(EXISTS ${LLVM_LIBC_MPFR_INSTALL_PATH})
----------------
Sh0g0-1758 wrote:

Ah I see you answered it in this comment https://github.com/llvm/llvm-project/pull/124765#issuecomment-2619527208 the same time I asked this :)

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


More information about the libc-commits mailing list