[libc-commits] [PATCH] D106894: [libc] Enable MPFR library for math functions test

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jul 27 11:17:38 PDT 2021


sivachandra added inline comments.


================
Comment at: libc/cmake/modules/LLVMLibCCheckMPFR.cmake:1
+set(LLVM_LIBC_MPFR_INSTALL_PATH "" CACHE PATH "Path to where MPFR was installed (e.g. C:/src/install or ~/src/install)")
+
----------------
`... where MPFR _is_ installed ...` ?

Also, it would be nice if you can add something about this flag to step #9 here: https://github.com/llvm/llvm-project/tree/main/libc/config/windows#readme


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106894/new/

https://reviews.llvm.org/D106894



More information about the libc-commits mailing list