Lewuathe/mlir-hello
thirdparty/llvm-project/flang/runtime/CMakeLists.txt
:86
check_cxx_source_compiles(
"#include <cfloat>
#if LDBL_MANT_DIG != 113
#error LDBL_MANT_DIG != 113
#endif
int main() { return 0; }
"
HAVE_LDBL_MANT_DIG_113)