We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6064742 commit 22a5593Copy full SHA for 22a5593
libc/cmake/modules/LLVMLibCCheckMPFR.cmake
@@ -2,6 +2,8 @@ set(LLVM_LIBC_MPFR_INSTALL_PATH "" CACHE PATH "Path to where MPFR is installed (
2
3
if(LLVM_LIBC_MPFR_INSTALL_PATH)
4
set(LIBC_TESTS_CAN_USE_MPFR TRUE)
5
+elseif(LIBC_TARGET_ARCHITECTURE_IS_GPU)
6
+ set(LIBC_TESTS_CAN_USE_MPFR FALSE)
7
else()
8
try_compile(
9
LIBC_TESTS_CAN_USE_MPFR
0 commit comments