Add FE_ALL_EXCEPT and FE_INEXACT detection macros forgotten on the cmake
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 29 Sep 2016 20:59:48 +0000 (20:59 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 29 Sep 2016 20:59:48 +0000 (20:59 +0000)
side of configuration.

llvm-svn: 282762

llvm/include/llvm/Config/config.h.cmake

index 9e5730b323c1566024bbe076e79fce00aeef38dd..735cc0ef05482dc17124455c0e865d60e85415c6 100644 (file)
 /* can use __crashreporter_info__ */
 #undef HAVE_CRASHREPORTER_INFO
 
+/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
+   don't. */
+#cmakedefine01 HAVE_DECL_FE_ALL_EXCEPT
+
+/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
+   don't. */
+#cmakedefine01 HAVE_DECL_FE_INEXACT
+
 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
    don't. */
 #cmakedefine01 HAVE_DECL_STRERROR_S